Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baryo committed Sep 21, 2019
1 parent f888f9a commit e81ee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requestsSigners/AuthRequestSigner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export abstract class AuthRequestSigner<T extends UserKeyCredentials> implements
protected constructor(protected _creds: T) {
}

public abstract sign(request: GigyaRequest<UserKeyCredentials>) : void;
public abstract sign(request: GigyaRequest<T>) : void;

protected createNonce() {
return Math.floor(Math.random() * Math.floor(Date.now()));
Expand Down

0 comments on commit e81ee2b

Please sign in to comment.