Skip to content

Commit

Permalink
Fix lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
eelanagaraj committed Nov 2, 2021
1 parent 1bcb85f commit aab6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/attestation-service/src/sms/twilio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class TwilioSmsProvider extends SmsProvider {
this.unsupportedRegionCodes = unsupportedRegionCodes
}

async initialize(deliveryStatusURL?: string) {
initialize(deliveryStatusURL?: string) {
this.deliveryStatusURL = deliveryStatusURL
}

Expand Down

0 comments on commit aab6b22

Please sign in to comment.