chore: setup linting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { type SyncCache } from "@nodarium/types";
|
||||
import { type SyncCache } from '@nodarium/types';
|
||||
|
||||
export class MemoryRuntimeCache implements SyncCache {
|
||||
private map = new Map<string, unknown>();
|
||||
|
||||
Reference in New Issue
Block a user