Skip to content

Commit 8ee886c

Browse files
committed
fix
1 parent 22efb84 commit 8ee886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/services/searchSyncService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class SearchSyncService extends LoggerBase {
4848
return process()
4949
}
5050

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

5454
if (client instanceof SearchSyncApiClient) {

0 commit comments

Comments
 (0)