diff --git a/sticker-creator/preload.js b/sticker-creator/preload.js index 921e031ceb5..b58414a13b3 100644 --- a/sticker-creator/preload.js +++ b/sticker-creator/preload.js @@ -54,6 +54,7 @@ const { const WebAPI = initializeWebAPI({ url: config.serverUrl, storageUrl: config.storageUrl, + updatesUrl: config.updatesUrl, directoryUrl: config.directoryUrl, directoryEnclaveId: config.directoryEnclaveId, directoryTrustAnchor: config.directoryTrustAnchor,