mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: fix lint issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const createLocalStorageMock = () => {
|
||||
let store = new Map<string, string>();
|
||||
const store = new Map<string, string>();
|
||||
|
||||
return {
|
||||
get length() {
|
||||
|
||||
Reference in New Issue
Block a user