Skip to content

Commit e2b2508

Browse files
committed
fix: add uid to allow alfred knowledge
1 parent 56ff102 commit e2b2508

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "jest"
3939
},
4040
"dependencies": {
41-
"fast-alfred": "^2.0.0",
41+
"fast-alfred": "^2.1.1",
4242
"fuse.js": "^7.0.0"
4343
},
4444
"devDependencies": {
@@ -83,4 +83,4 @@
8383
"publishConfig": {
8484
"registry": "https://registry.npmjs.org/"
8585
}
86-
}
86+
}

src/main/bookmarks.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { searchBookmarks } from '@services/search.service'
3232
arg: JSON.stringify({ url, profile, incognito: true }),
3333
},
3434
},
35+
uid: url,
3536
}))
3637

3738
const sliced = items.slice(0, sliceAmount)

0 commit comments

Comments
 (0)