There was an error while loading. Please reload this page.
1 parent 1d12570 commit 1fdc74cCopy full SHA for 1fdc74c
1 file changed
app/storybook/mocks/handlers/profile.ts
@@ -11,12 +11,9 @@ export const mockProfile: NPMXProfile = {
11
recordExists: true,
12
}
13
14
-export const mockLikedPackages = [
15
- 'https://npmx.dev/package/nuxt',
16
- 'https://npmx.dev/package/vitest',
17
-]
+const mockLikedPackages = ['https://npmx.dev/package/nuxt', 'https://npmx.dev/package/vitest']
18
19
-export function createMockAuthSession(handle: string) {
+function createMockAuthSession(handle: string) {
20
return {
21
did: `did:plc:${handle}`,
22
handle,
0 commit comments