Skip to content

Commit 06b1475

Browse files
committed
chore: remove unused object-hash package
1 parent 6bc4151 commit 06b1475

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"node-object-hash": "^3.1.1",
104104
"normalize-url": "^8.0.1",
105105
"ntfy": "^1.7.6",
106-
"object-hash": "^3.0.0",
107106
"p-event": "^4.2.0",
108107
"passport": "^0.6.0",
109108
"passport-deezer": "^0.2.0",

src/backend/utils/CacheUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import isToday from 'dayjs/plugin/isToday.js';
66
import timezone from 'dayjs/plugin/timezone.js';
77
import utc from 'dayjs/plugin/utc.js';
88
import { AmbPlayObject, ListenRangeData, ListenRangeDataAmb, PlayObject, PlayProgress, PlayProgressAmb } from '../../core/Atomic.js';
9-
import objectHash from 'object-hash';
109

1110
dayjs.extend(utc)
1211
dayjs.extend(isBetween);

0 commit comments

Comments
 (0)