mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
cleaned up config as js instead of json file
This commit is contained in:
@@ -11,7 +11,7 @@ const { URL } = require('url');
|
||||
const {
|
||||
scheduledDeletionDelayHours,
|
||||
downloadRateLimitDays,
|
||||
} = require('../config.json');
|
||||
} = require('../config');
|
||||
|
||||
// generateDownloadLinks will generate a signed set of links for a given user to
|
||||
// download an archive of their data.
|
||||
|
||||
Reference in New Issue
Block a user