Skip to content
Snippets Groups Projects
Commit beb2692d authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

remove unused variables

parent dea45804
No related branches found
No related tags found
2 merge requests!16Develop,!6remove unused variables
Pipeline #85127 passed
import { loadPolicy } from "@open-policy-agent/opa-wasm";
import { ENV } from "env";
import { join } from "lodash";
export async function createPolicyCheck(user?: Partial<Oidc.Profile>) {
if (!user) {
return () => true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment