We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b30e87 commit 5be2020Copy full SHA for 5be2020
src/main/java/com/uid2/shared/vertx/CloudSyncVerticle.java
@@ -181,7 +181,7 @@ public void start(Promise<Void> promise) {
181
this.eventUpload,
182
msg -> this.handleUpload(msg));
183
184
- // Initial refresh (skip if upload-only)
+ // initial refresh (skip if upload-only)
185
if (!cloudSync.isUploadOnly()) {
186
cloudRefresh()
187
.onFailure(t -> LOGGER.error("cloudRefresh failed: " + t.getMessage(), new Exception(t)))
0 commit comments