🐛 fix connection error

This commit is contained in:
kawamataryo
2023-09-23 06:13:46 +09:00
parent dad5f4a6b8
commit 34ba5a3628
2 changed files with 28 additions and 6 deletions

View File

@@ -33,3 +33,5 @@ export const BSKY_USER_MATCH_TYPE = {
DESCRIPTION: "description",
NONE: "none",
} as const
export const MAX_RELOAD_COUNT = 1