Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kenyon <[email protected]>
  • Loading branch information
TheTreek committed Apr 26, 2021
1 parent 51848e3 commit fdd98ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/credentials/services/CredentialService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,7 @@ export class CredentialService extends EventEmitter {
* Decline a credential offer
* @param credentialRecord The credential to be declined
*/
public async declineOffer(
credentialRecord: CredentialRecord
): Promise<void> {
public async declineOffer(credentialRecord: CredentialRecord): Promise<void> {
credentialRecord.assertState(CredentialState.OfferReceived)

await this.updateState(credentialRecord, CredentialState.OfferDeclinedSent)
Expand Down

0 comments on commit fdd98ea

Please sign in to comment.