1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

chore: ran prettier for environment.ts and auth.ts

This commit is contained in:
Vinoth Kirubakaran 2023-03-06 15:55:29 +00:00
parent 201087ee95
commit 7be551b2ea
2 changed files with 0 additions and 2 deletions

View file

@ -285,4 +285,3 @@ export const oidcCallback = async (ctx: any, next: any) => {
}
)(ctx, next)
}

View file

@ -112,4 +112,3 @@ for (let [key, value] of Object.entries(environment)) {
}
export default environment