Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment committed Oct 24, 2024
1 parent 792e6a8 commit a944978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const action: ActionDefinition<Settings, Payload> = {
domain: async (request) => {
return await dynamicDomain(request)
},
groupId: async (request) => {
group_id: async (request) => {
return await dynamicGroupId(request)
}
},
Expand Down

0 comments on commit a944978

Please sign in to comment.