We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175e27 commit 5b9e546Copy full SHA for 5b9e546
node/graphql/authcheck.ts
@@ -18,7 +18,7 @@ export const authCheck = async (ctx: Context, app: string) => {
18
: '';
19
20
21
- if (version < `0.18.9`) {
+ if (version <= `0.18.9`) {
22
logger.warn({
23
message: 'Error: Invalid version',
24
})
0 commit comments