Update README.md

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

View File

@ -51,8 +51,8 @@ suspend fun main() {
retrieveAccumulatedUpdates( retrieveAccumulatedUpdates(
allowedUpdates, allowedUpdates,
asUpdatesReceiver asUpdatesReceiver
) ).join()
}.join() }
} }
``` ```