Skip to content

Commit

Permalink
Fix carriers list bug (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtzmn authored Aug 5, 2020
1 parent 97b49dd commit db20942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Gators extends EventEmitter {
private email: Email
private separators: Separator[]

static carriers: Carriers = carriers
static carriers = Object.keys(carriers)

constructor (auth: Auth, customSeparators: Separator[] = []) {
super()
Expand Down

0 comments on commit db20942

Please sign in to comment.