Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/services/livesync/playground/preview-schema-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export class PreviewSchemaService implements IPreviewSchemaService {
"kspreview": {
name: "kspreview",
scannerAppId: "com.kinvey.scanner",
scannerAppStoreId: "1263543946",
scannerAppStoreId: "1458317125",
previewAppId: "com.kinvey.preview",
previewAppStoreId: "1264484702",
previewAppStoreId: "1458502055",
msvKey: "kinveyStudio",
publishKey: PubnubKeys.PUBLISH_KEY,
subscribeKey: PubnubKeys.SUBSCRIBE_KEY
Expand Down
4 changes: 2 additions & 2 deletions test/services/playground/preview-schema-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const nsPlaySchema = {
const ksPreviewSchema = {
name: 'kspreview',
scannerAppId: 'com.kinvey.scanner',
scannerAppStoreId: '1263543946',
scannerAppStoreId: '1458317125',
previewAppId: 'com.kinvey.preview',
previewAppStoreId: '1264484702',
previewAppStoreId: '1458502055',
msvKey: 'kinveyStudio',
publishKey: PubnubKeys.PUBLISH_KEY,
subscribeKey: PubnubKeys.SUBSCRIBE_KEY
Expand Down