Skip to content

Commit

Permalink
fix: used token in place of apiSecret for merge call
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia committed Apr 3, 2024
1 parent 7f6b1fe commit 5085e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/mp/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const createIdentifyResponse = (message, type, destination, responseBuilderSimpl
* @returns
*/
const isImportAuthCredentialsAvailable = (destination) =>
destination.Config.apiSecret ||
destination.Config.token ||
(destination.Config.serviceAccountSecret &&
destination.Config.serviceAccountUserName &&
destination.Config.projectId);
Expand Down

0 comments on commit 5085e85

Please sign in to comment.