-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make temporal personae an object instead of array (+ add test)
- Loading branch information
1 parent
33b2325
commit 54eaf0d
Showing
4 changed files
with
23 additions
and
17 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,13 +1,11 @@ | ||
[ | ||
{ | ||
"name": "Singleton Group", | ||
"objectType": "Group", | ||
"member": [ | ||
{ | ||
"name": "Lain Iwakura", | ||
"mbox": "mailto:[email protected]", | ||
"role": "God of the Wired" | ||
} | ||
] | ||
} | ||
] | ||
{ | ||
"name": "Singleton Group", | ||
"objectType": "Group", | ||
"member": [ | ||
{ | ||
"name": "Lain Iwakura", | ||
"mbox": "mailto:[email protected]", | ||
"role": "God of the Wired" | ||
} | ||
] | ||
} |
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
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
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