This commit is contained in:
Hailey
2024-06-26 09:47:25 -07:00
parent 0e951e6141
commit c1ac691953
@@ -12,7 +12,6 @@ export function removeValueAsync(key: string): Promise<void> {
} }
export function getStringAsync(key: string): Promise<string | null> { export function getStringAsync(key: string): Promise<string | null> {
console.log('call')
throw new NotImplementedError({key}) throw new NotImplementedError({key})
} }