Skip to content

Commit bc20391

Browse files
committed
Remove unnecessary await
1 parent 3e1e3cc commit bc20391

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/models/organization.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,7 @@ async function getMembersPaginated(organizationId, options) {
299299
perPage: DEFAULT_PAGE_SIZE,
300300
})
301301

302-
// Run query
303-
const result = await query
304-
305-
return result
302+
return query
306303
}
307304

308305
/**

0 commit comments

Comments
 (0)