chore: ran prettier for environment.ts and auth.ts
This commit is contained in:
parent
201087ee95
commit
7be551b2ea
|
@ -285,4 +285,3 @@ export const oidcCallback = async (ctx: any, next: any) => {
|
|||
}
|
||||
)(ctx, next)
|
||||
}
|
||||
|
||||
|
|
|
@ -112,4 +112,3 @@ for (let [key, value] of Object.entries(environment)) {
|
|||
}
|
||||
|
||||
export default environment
|
||||
|
||||
|
|
Loading…
Reference in New Issue