mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-09 21:20:24 +00:00
Remove code
This commit is contained in:
@ -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 ?? '';
|
||||
|
Reference in New Issue
Block a user