Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 13, 2025
1 parent f093b55 commit cec390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/services/sync/strategies/postgres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end


function _M:is_valid_version(str)
return sub(v, 1, 4) == VER_PREFIX
return sub(str, 1, 4) == VER_PREFIX
end


Expand Down

0 comments on commit cec390c

Please sign in to comment.