Skip to content

Commit aacbc94

Browse files
committed
feat: Update IdentitiesService to return updated identities as any
1 parent ae2dd84 commit aacbc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/management/identities/identities.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export class IdentitiesService extends AbstractServiceSchema {
205205
}),
206206
);
207207

208-
return updated;
208+
return updated as any;
209209
}
210210

211211
public async delete<T extends AbstractSchema | Document>(

0 commit comments

Comments
 (0)