v3: added journal view to the index, code organization pass
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
notifyUserFollowersNewDump,
|
||||
} from "./notification-service.ts";
|
||||
import { makeSlug, UUID_RE } from "../lib/slugify.ts";
|
||||
import { DUMPS_DIR } from "../utils/upload.ts";
|
||||
import { DUMPS_DIR } from "../lib/upload.ts";
|
||||
|
||||
const MAX_FILE_SIZE = 50 * 1024 * 1024; // 50 MB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user