Skip to content

Commit

Permalink
feat(docs): update SatisMeter configs
Browse files Browse the repository at this point in the history
replace satismeter keys with new project keys
  • Loading branch information
satyamyadav committed Nov 7, 2023
1 parent b8ffb37 commit 0706d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/components/FeedbackForm/SatismeterAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export const submitFormToSatismeter = async (answersList, hostUrl) => {
myHeaders.append('Content-Type', 'application/json');

let raw = JSON.stringify({
writeKey: 'DFlIliFEvDAYfaOh',
anonymousId: '01d3b381-d077-462a-a67e-1fc61ab5055d',
campaign: '63ca335d3e692eea35f03c40',
writeKey: 'OhGeSHvGwegxkoqhZBM2JQ7qkCDRHII8',
anonymousId: 'ffaca7d1-6620-44f8-8089-93e6812190d0',
campaign: '6542399d10a6312d44fe8a69',
method: 'In-App',
answers: answersList,
referrer: hostUrl,
Expand Down

0 comments on commit 0706d87

Please sign in to comment.