mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 14:56:16 +02:00
✌️
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export default global.db.collection('drive_folders');
|
||||
import db from '../../db/mongodb';
|
||||
|
||||
export default db.collection('drive_folders');
|
||||
|
||||
export function isValidFolderName(name: string): boolean {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user