mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix bug
This commit is contained in:
parent
7836dfae4f
commit
b2b9b7d6bc
@ -3,6 +3,7 @@ export class Cache<T> {
|
||||
private lifetime: number;
|
||||
|
||||
constructor(lifetime: Cache<never>['lifetime']) {
|
||||
this.cache = new Map();
|
||||
this.lifetime = lifetime;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user