()
| 12 | let watchListBuffer = null; |
| 13 | |
| 14 | export async function init() { |
| 15 | const preferences = await getPreferences(); |
| 16 | prefs = preferences; |
| 17 | return preferences; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Update preferences |
nothing calls this directly
no test coverage detected