feat(notification): support for multiple phone numbers (#738)

This commit is contained in:
Ben Wu
2020-11-10 06:21:54 -08:00
committed by GitHub
parent ab1fddf20c
commit 9f28fe5803
4 changed files with 49 additions and 35 deletions
+2 -1
View File
@@ -73,7 +73,8 @@
"rules": {
"sort-imports": "error",
"sort-keys": "error",
"sort-vars": "error"
"sort-vars": "error",
"max-params": 0
}
},
"husky": {