Skip to content

Commit

Permalink
fix: fix signout redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 8, 2024
1 parent 3371057 commit 77f640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/src/routes/(app)/dashboard/policies/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { zod } from 'sveltekit-superforms/adapters';
import { Logger } from '@spectacular/utils';
import { policySearchSchema as schema } from '$lib/schema/policy';
import { CachePolicy, ListPoliciesStore, order_by } from '$houdini';
const log = new Logger('rules.list.browser');
const log = new Logger('policies.list.browser');

const listPoliciesStore = new ListPoliciesStore();
export const load = async (event) => {
Expand Down

0 comments on commit 77f640f

Please sign in to comment.