WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto

fix: use Array<string> instead of string[] in settings test helper

+1 -1
+1 -1
apps/web/src/routes/__tests__/settings.test.tsx
··· 75 75 */ 76 76 function setupAuthenticatedSessionPost( 77 77 allowUserChoice: boolean = true, 78 - availableThemeUris: string[] = [ 78 + availableThemeUris: Array<string> = [ 79 79 "at://did:plc:forum/space.atbb.forum.theme/3lbllight", 80 80 "at://did:plc:forum/space.atbb.forum.theme/3lbldark", 81 81 ]