Skip to content

Commit

Permalink
fix(api): add seed without extarnalId
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car authored Dec 11, 2024
1 parent 764b7a2 commit eba907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db/seeds/data/common/organization-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function _createProOrganization(databaseBuilder) {
type: 'PRO',
name: 'PRO Classic',
isManagingStudents: false,
externalId: 'PRO_NOT_MANAGING',
externalId: null,
adminIds: [USER_ID_ADMIN_ORGANIZATION],
memberIds: [USER_ID_MEMBER_ORGANIZATION],
features: [
Expand Down

0 comments on commit eba907a

Please sign in to comment.