Skip to content

Commit cc7b039

Browse files
committed
Refactor createTokens method to accept a more flexible identity type
1 parent cfeee90 commit cc7b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class AuthService extends AbstractService implements OnModuleInit {
117117
}
118118

119119
public async createTokens(
120-
identity: AgentType & ApiSession,
120+
identity: AgentType & any,
121121
refresh_token?: string | false,
122122
options?: any,
123123
): Promise<{

0 commit comments

Comments
 (0)