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 6597798 commit d0e0911Copy full SHA for d0e0911
services/utils/general.js
@@ -1,3 +1,4 @@
1
+import { isSelfhosted } from "@/services/config.js"
2
import { space } from "./strings.js"
3
4
export const formatBytes = (bytes, decimals = 2) => {
0 commit comments