Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Oct 19, 2022
1 parent 068522e commit bcb5c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/medusa/src/services/customer-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class CustomerGroupService extends TransactionBaseService {

private async handleCreationFail(
id: string,
ids,
ids: string[],
error: any
): Promise<never> {
if (error.code === PostgresError.FOREIGN_KEY_ERROR) {
Expand Down

0 comments on commit bcb5c31

Please sign in to comment.