mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
fix: keys & values LimitedCollection methods
This commit is contained in:
parent
0dbb331e71
commit
366528ce2d
@ -404,11 +404,11 @@ export class LimitedCollection<K, V> {
|
||||
}
|
||||
|
||||
keys() {
|
||||
return this.data.keys;
|
||||
return this.data.keys();
|
||||
}
|
||||
|
||||
values() {
|
||||
return this.data.values;
|
||||
return this.data.values();
|
||||
}
|
||||
|
||||
entries() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user