We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cceac commit 73f1db3Copy full SHA for 73f1db3
src/packages/file-server/btrfs/subvolumes.ts
@@ -1,7 +1,7 @@
1
import { type Filesystem } from "./filesystem";
2
import { subvolume, type Subvolume } from "./subvolume";
3
import getLogger from "@cocalc/backend/logger";
4
-import { SNAPSHOTS } from "./subvolume-snapshots";
+import { SNAPSHOTS } from "@cocalc/util/consts/snapshots";
5
import { exists } from "@cocalc/backend/misc/async-utils-node";
6
import { join } from "path";
7
import { btrfs } from "./util";
0 commit comments