Skip to content

Commit

Permalink
Script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Oct 22, 2023
1 parent 4ffb490 commit 9ac0701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-default-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const main = async (options) => {
});

const orgAdminGroup = organizationGroupInserts.find(
(g) => (g.is_admin = true)
(g) => g.is_admin === true
);

const getOrgAdminResponse = await supabase
Expand Down

0 comments on commit 9ac0701

Please sign in to comment.