Skip to content

Commit

Permalink
fix: org license
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Apr 24, 2024
1 parent a63c108 commit 00781aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/api/v1/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ users.get("/me/org", async (ctx: Context) => {
`

org.users = users
org.license = ctx.state.license
org.license = ctx.state.license || {}
ctx.body = org
})

Expand Down

0 comments on commit 00781aa

Please sign in to comment.