Skip to content

Commit

Permalink
chore: cleanup codes
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Dec 19, 2024
1 parent 81e65b1 commit 25937e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/server/src/base/error/errors.gen.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
// AUTO GENERATED FILE
import { createUnionType, Field, ObjectType, registerEnumType } from '@nestjs/graphql';

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/server/src/core/version/guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ export class VersionGuardProvider

const version = req.headers['x-affine-version'];

return await this.version.checkVersion(version);
return this.version.checkVersion(version);
}
}

0 comments on commit 25937e0

Please sign in to comment.