-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): Custom multiple scope update
Signed-off-by: Talwinder kaur <[email protected]>
- Loading branch information
Talwinder kaur
committed
Nov 20, 2023
1 parent
ffd89f9
commit c3049d5
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
{ | ||
"abc": { | ||
"address": "13457 street", | ||
"name": "xyz User" | ||
}, | ||
"test": { | ||
"email": "[email protected]", | ||
"name": "Test User" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters