Skip to content

Commit 257565f

Browse files
steveseguinactions-user
authored andcommitted
chore(arenasocial): Move size config out of signin
Relocates the `size` configuration key for arenasocial from within the `signin` object to the top level of the `arenasocial` block in `settings/config_0.json`. [auto-enhanced]
1 parent fab088a commit 257565f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

settings/config_0.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,11 @@
389389
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
390390
"signin": {
391391
"url": "https://arena.social/",
392-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
393-
"size": {
394-
"width": 1280,
395-
"height": 720
396-
}
397-
}
392+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
393+
},
394+
"size": {
395+
"width": 1280,
396+
"height": 720
397+
}
398398
}
399399
}

0 commit comments

Comments
 (0)