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