Skip to content

Commit

Permalink
Merge pull request #51 from bagng/main
Browse files Browse the repository at this point in the history
account.json.sample ',' 빠짐 추가.
  • Loading branch information
stateofai authored Sep 16, 2024
2 parents 1382d54 + b2f6393 commit 3ec909e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"id": "ID 1",
"pw": "Password 1",
"ua": "UA 1"
"ua": "UA 1",
"mobile_device": "iPhone SE"
},
{
"id": "ID 2",
"pw": null,
"ua": null
"ua": null,
"mobile_device": "iPhone 12 Pro"
}
]

0 comments on commit 3ec909e

Please sign in to comment.