From 4403d65dfc911e9a97e224a7ab6cb8d48e01bcae Mon Sep 17 00:00:00 2001 From: SbDove <100377552+SbDove@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:18:33 -0700 Subject: [PATCH] Restore settings file to previous --- test/end-to-end-testapp/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-testapp/settings.js b/test/end-to-end-testapp/settings.js index c0bb5c1..b5bd719 100644 --- a/test/end-to-end-testapp/settings.js +++ b/test/end-to-end-testapp/settings.js @@ -4,7 +4,7 @@ var SDKsettings = { initialize, this may be apiKey, projectId, primaryCustomerType, etc. These are passed into the src/initialization.js file as the */ - appId: '1518360323', + appId: 'testAppId', userIdentificationType: 'customerid', };