Skip to content

Commit

Permalink
Fix sticker creator WebAPI initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Nov 9, 2021
1 parent 8c2b451 commit c76b5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sticker-creator/preload.js
Expand Up @@ -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,
Expand Down

0 comments on commit c76b5df

Please sign in to comment.