Remove code

This commit is contained in:
koalasat
2025-07-28 12:10:44 +02:00
parent 1317cd6bc2
commit 3d8d971028

View File

@ -33,7 +33,6 @@ class SystemWebClient implements SystemClient {
return value ?? '';
};
// Local storage
public getSyncItem: (key: string) => string | undefined = (key) => {
const value = window.localStorage.getItem(key);
return value ?? '';