mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 08:43:56 +09:00
fix lint
This commit is contained in:
@ -10,7 +10,7 @@ export class Cache<T> {
|
||||
public set(key: string | null, value: T): void {
|
||||
this.cache.set(key, {
|
||||
date: Date.now(),
|
||||
value
|
||||
value,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user