Skip to content

Commit 4cba1b9

Browse files
author
Nick Schwab
committed
emergency fix
1 parent 08f480b commit 4cba1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/js/hello-sdl/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136

137137
async _registerApp() {
138138
const version = new SDL.rpc.structs.SdlMsgVersion();
139-
version.setMajorVersion(this._appConfig.syncMsgVersion.major)
140-
.setMinorVersion(this._appConfig.syncMsgVersion.minor)
141-
.setPatchVersion(this._appConfig.syncMsgVersion.patch);
139+
version.setMajorVersion(this._appConfig.syncMsgVersion.majorVersion)
140+
.setMinorVersion(this._appConfig.syncMsgVersion.minorVersion)
141+
.setPatchVersion(this._appConfig.syncMsgVersion.patchVersion);
142142

143143
const rai = new SDL.rpc.messages.RegisterAppInterface();
144144
rai.setSdlMsgVersion(version)

0 commit comments

Comments
 (0)