mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Remove eslint rule about deleting dynamic keys
This commit is contained in:
@@ -28,7 +28,6 @@ class MemoryLocker implements ResourceLocker {
|
||||
if (this.locks[path].length > 0) {
|
||||
this.locks[path].shift()!();
|
||||
} else {
|
||||
// eslint-disable-next-line @typescript-eslint/no-dynamic-delete
|
||||
delete this.locks[path];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user