Skip to content

Commit

Permalink
fix: json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeGuNi committed Jun 23, 2022
1 parent 178a574 commit 5d779a8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"contact": {
"email": "[email protected]",
"telegram": "https://t.me/stakelab_fr"
"telegram": "https://t.me/stakelab_fr",
"twitter": "@StakeLab",
"website": "https://www.stakelab.fr"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contact": {
"email": "[email protected]",
"email": "[email protected]"
},
"notifications": {
"email": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"contact": {
"email": "[email protected]",
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"contact": {
"email": "[email protected]",
"twitter": "@dsrvlabs",
"website": "https://www.dsrvlabs.com/",
"website": "https://www.dsrvlabs.com/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
"contact": {
"email": "[email protected]",
"twitter": "https://twitter.com/BridgeTowerCap"
},
"notifications": {
"email": "[email protected]"
}
}

{
"contact": {
"email": "[email protected]",
"twitter": "https://twitter.com/BridgeTowerCap"
},
"notifications": {
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"contact": {
"email": "[email protected]",
"email": "[email protected]"
},
"notifications": {
"email": "[email protected]"
}
"notifications": {
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"contact": {
"email": "[email protected]",
"telegram": "https://t.me/ttlg_crew",
"keybase": "https://keybase.io/ttlg_crew",
"keybase": "https://keybase.io/ttlg_crew"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contact": {
"email": "[email protected]",
"email": "[email protected]"
},
"notifications": {
"email": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"contact": {
"email": "[email protected]",
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"contact": {
"email": "[email protected]", "[email protected]",
"email": ["[email protected]", "[email protected]"],
"telegram": "@sungwoo8moon",
"twitter": "@8moonic",
"discord": "anic1530 | 8moon#5925",
"discord": "anic1530 | 8moon#5925"
},
"notifications": {
"email": "[email protected]", "[email protected]"
"email": ["[email protected]", "[email protected]"]
}
}

0 comments on commit 5d779a8

Please sign in to comment.