1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13: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 9407383c54
commit a46a33877b
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

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