mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 11:56:13 +02:00
[Fuck] Type definition
This commit is contained in:
@@ -5,4 +5,4 @@ const collection = db.get('access_tokens');
|
||||
(collection as any).index('token'); // fuck type definition
|
||||
(collection as any).index('hash'); // fuck type definition
|
||||
|
||||
export default collection;
|
||||
export default collection as any; // fuck type definition
|
||||
|
||||
Reference in New Issue
Block a user