Rename shimInitialized -> shimReady

This commit is contained in:
hensm
2021-04-24 03:18:47 +01:00
committed by Matt Hensman
parent f886e4411c
commit fce59e9e16
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ export function initialize (
apiConfig = newApiConfig;
sendMessageResponse({
subject: "main:/shimInitialized"
subject: "main:/shimReady"
, data: { appId: apiConfig.sessionRequest.appId }
});