Skip to content

Commit a520350

Browse files
fix(notifications): replace old AllSettings path with new one
1 parent 61db8f1 commit a520350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/lib/settings/migrations/0006_remove_lunasea.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { AllSettings } from '@server/lib/settings';
1+
import type { AllSettings } from '@server/interfaces/settings';
22

33
const removeLunaSeaSetting = (settings: any): AllSettings => {
44
if (

0 commit comments

Comments
 (0)