Skip to content

Commit 5b9e546

Browse files
committed
fix: version verification
1 parent 3175e27 commit 5b9e546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/graphql/authcheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const authCheck = async (ctx: Context, app: string) => {
1818
: '';
1919

2020

21-
if (version < `0.18.9`) {
21+
if (version <= `0.18.9`) {
2222
logger.warn({
2323
message: 'Error: Invalid version',
2424
})

0 commit comments

Comments
 (0)