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 4e7d595 commit 433bce0Copy full SHA for 433bce0
src/main/java/com/uid2/admin/vertx/service/EncryptedFilesSyncService.java
@@ -38,7 +38,7 @@ public EncryptedFilesSyncService(
38
39
@Override
40
public void setupRoutes(Router router) {
41
- router.post("/api/encrypted-files/refresh").blockingHandler(auth.handle((ctx) -> {
+ router.post("/api/encrypted-files/refresh").blockingHandler(auth.handle((ctx) -> {
42
synchronized (writeLock) {
43
this.handleEncryptedFileSync(ctx);
44
}
0 commit comments