aboutsummaryrefslogtreecommitdiff
path: root/lib/sources/browser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sources/browser.ts')
-rw-r--r--lib/sources/browser.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sources/browser.ts b/lib/sources/browser.ts
index a76d35fdf..d1c4946d7 100644
--- a/lib/sources/browser.ts
+++ b/lib/sources/browser.ts
@@ -28,7 +28,6 @@ import type {Source, SourceEntry} from './index';
export const browser: Source = {
name: 'Browser',
urlpart: 'browser',
- save: undefined,
list(): Promise<Omit<SourceEntry, 'path'>[]> {
return Promise.resolve([]);
},