lint/format

This commit is contained in:
Jon Staab
2024-10-24 09:58:43 -07:00
parent fa8799e406
commit edeb573caa
11 changed files with 17 additions and 23 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ export const makeSpacePath = (url: string, extra = "") => {
export const makeChatPath = (pubkeys: string[]) => `/chat/${makeChatId(pubkeys)}`
export const makeRoomPath = (url: string, room: string) =>
`/spaces/${encodeRelay(url)}/${room}`
export const makeRoomPath = (url: string, room: string) => `/spaces/${encodeRelay(url)}/${room}`
export const makeThreadPath = (url: string, eventId: string) =>
`/spaces/${encodeRelay(url)}/threads/${eventId}`