Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu committed Sep 1, 2024
1 parent 14a80d3 commit 64aff49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/634faa37.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@aoi-js/server": patch
1 change: 1 addition & 0 deletions apps/server/src/routes/oauth/iaaaCompat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const oauthIaaaCompatRoutes = defineRoutes(async (s) => {
'/oauth.jsp',
{
schema: {
security: [],
body: T.Object({
appID: T.String(),
appName: T.String(),
Expand Down

0 comments on commit 64aff49

Please sign in to comment.