Skip to content

Commit

Permalink
chore: fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
avladv committed Jun 3, 2024
1 parent ab324f8 commit 2987218
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "Batch to approve",
"body": "Hi {{{user.preferredName}}}, you have a new batch of {{event.approval.amountDetails.currencyCode}} {{formatAmount event.approval.amountDetails.amount locale}} to approve."
}
"title": "Batch to approve",
"body": "Hi {{{user.preferredName}}}, you have a new batch of {{event.approval.amountDetails.currencyCode}} {{formatAmount event.approval.amountDetails.amount locale}} to approve."
}
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"appName": "model-bank",
"payload": {
"android": {
"settings": {
"sound": "default",
"color": "#FFE5CC",
"icon": "hello"
}
},
"ios": {
"settings": {
"category": "BATCH_TO_APPROVE_CATEGORY",
"sound": "bingbong.aiff",
"interruption-level": "active"
}
},
"data": {
"level": "INFO"
"appName": "model-bank",
"payload": {
"android": {
"settings": {
"sound": "default",
"color": "#FFE5CC",
"icon": "hello"
}
},
"ios": {
"settings": {
"category": "BATCH_TO_APPROVE_CATEGORY",
"sound": "bingbong.aiff",
"interruption-level": "active"
}
},
"data": {
"level": "INFO"
}
}
}
}

0 comments on commit 2987218

Please sign in to comment.