Skip to content

Commit

Permalink
Update to default groups script
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 10, 2023
1 parent a428e2a commit df5102d
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 @@ -292,7 +292,7 @@ const main = async (options) => {

// Make sure we have a DEFAULT_CONTEXT tag_definition
const tagCreateResp = await supabase.from('tag_definitions').upsert({
id: 'bb2d0a6e-3f43-4e82-819d-ca78c7172981',
id: process.env.DEFAULT_CONTEXT_ID,
name: 'DEFAULT_CONTEXT',
target_type: 'context',
scope: 'system',
Expand Down

0 comments on commit df5102d

Please sign in to comment.