Update README.md

This commit is contained in:
InsanusMokrassar 2021-02-11 13:36:53 +06:00 committed by GitHub
parent a5bba76f07
commit 81afa46253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -48,10 +48,7 @@ suspend fun main() {
reply(it, "Hi:)")
}
retrieveAccumulatedUpdates(
allowedUpdates,
asUpdatesReceiver
).join()
retrieveAccumulatedUpdates().join()
}
}
```