()
| 52 | let cancelled = false |
| 53 | |
| 54 | const syncArchivedThreads = async () => { |
| 55 | const nextArchivedThreads = await loadArchivedThreads() |
| 56 | if (!cancelled) { |
| 57 | setArchivedThreads(nextArchivedThreads) |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | void syncArchivedThreads() |
| 62 |
no outgoing calls
no test coverage detected