Skip to content

Commit 5316472

Browse files
fix for test cross platform demo
1 parent 10d107b commit 5316472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/webrtc/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
var params = {
13421342
notification_type: 'push',
13431343
user: {ids: opponentsIDsNumbers},
1344-
environment: 'development', // environment, can be 'production' as well.
1344+
environment: 'production', // environment, can be 'production' as well.
13451345
message: QB.pushnotifications.base64Encode(
13461346
JSON.stringify(pushPayload)
13471347
)

0 commit comments

Comments
 (0)