Add support for contacts array (#384)

* Add support for contacts array

* Remove contactsArray logs from Example.ts

* Undid prettier formatting of example.js
This commit is contained in:
Omri Dagan
2021-03-06 22:33:47 +02:00
committed by GitHub
parent d469fdb3bd
commit e670ff003e
3 changed files with 10 additions and 4 deletions

View File

@@ -150,4 +150,4 @@ async function example() {
))
}
example().catch((err) => console.log(`encountered error: ${err}`))
example().catch((err) => console.log(`encountered error: ${err}`))