Formatting/linting

This commit is contained in:
Jon Staab
2025-05-05 11:20:49 -07:00
parent 0e4832a716
commit c538db070a
6 changed files with 24 additions and 8 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
import {get} from "svelte/store"
import {uniq} from "@welshman/lib"
import {addToListPublicly, EventTemplate, removeFromList, makeList, FOLLOWS, MUTES, PINS} from "@welshman/util"
import {
addToListPublicly,
EventTemplate,
removeFromList,
makeList,
FOLLOWS,
MUTES,
PINS,
} from "@welshman/util"
import {Nip59, stamp} from "@welshman/signer"
import {Router, addMaximalFallbacks} from "@welshman/router"
import {userFollows, userMutes, userPins} from "./user.js"
+1 -1
View File
@@ -1,5 +1,5 @@
import {derived} from "svelte/store"
import {batch, throttle, sortBy, call, fromPairs} from "@welshman/lib"
import {batch, sortBy, call, fromPairs} from "@welshman/lib"
import {
PROFILE,
FOLLOWS,
+1 -1
View File
@@ -27,7 +27,7 @@ const makeUserData = <T>({mapStore, loadItem}: MakeUserDataOptions<T>) =>
loadItem($pubkey)
return $mapStore.get($pubkey)
})
}),
)
export const userProfile = makeUserData({