Skip to content

Commit

Permalink
Fix code indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis531 committed Aug 29, 2024
1 parent 720fb92 commit 414c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slices/eventDetailsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ export const fetchAccessPolicies = createAppAsyncThunk('eventDetails/fetchAccess
);
let accessPolicies = await policyData.data;

let policies: TransformedAcl[] = [];
let policies: TransformedAcl[] = [];

if (!accessPolicies.episode_access) {
return policies;
Expand Down

0 comments on commit 414c6e1

Please sign in to comment.