Skip to content

Commit 2217436

Browse files
committed
chore: update deps, run prettier
1 parent c1e7793 commit 2217436

File tree

2 files changed

+1951
-1957
lines changed

2 files changed

+1951
-1957
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ async function getUsersInOrganization(organizationId, where = {}) {
7676
[Op.in]: Sequelize.literal(sql.escape`
7777
SELECT ${OrganizationMember.attributes.userId}
7878
FROM ${OrganizationMember}
79-
WHERE ${
80-
OrganizationMember.attributes.organizationId
81-
} = ${organizationId}
79+
WHERE ${OrganizationMember.attributes.organizationId} = ${organizationId}
8280
`),
8381
},
8482
// SELECT "userId" FROM "OrganizationMembers" WHERE "organizationId" = 2

0 commit comments

Comments
 (0)