Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skwowet committed Feb 14, 2025
1 parent 22efb84 commit 8ee886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/searchSyncService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class SearchSyncService extends LoggerBase {
return process()
}

async triggerMemberSync(tenantId: string, memberId: string, opts: { withAggs?: boolean } = {}) {
async triggerMemberSync(tenantId: string, memberId: string, opts?: { withAggs?: boolean }) {
const client = await this.getSearchSyncClient()

if (client instanceof SearchSyncApiClient) {
Expand Down

0 comments on commit 8ee886c

Please sign in to comment.