Skip to content

Commit 4a4cba5

Browse files
prettier
1 parent b28a493 commit 4a4cba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/braze-config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ readline.question('Which platform? (ios or android): ', entry => {
1818
const platform = entry.toUpperCase();
1919
if (platform === 'ANDROID') {
2020
readline.question('Enter fcm senderId: ', senderId => {
21-
const brazeXML =
22-
`<?xml version="1.0" encoding="utf-8"?>
21+
const brazeXML = `<?xml version="1.0" encoding="utf-8"?>
2322
<resources>
2423
<string name="com_appboy_api_key">${key}</string>
2524
<string name="com_appboy_custom_endpoint">${endpoint}</string>

0 commit comments

Comments
 (0)