mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore: assign todos (#7297)
This commit is contained in:
@@ -68,7 +68,7 @@ class Storage<T extends object> {
|
||||
}
|
||||
} else {
|
||||
const fullConfig = this.get();
|
||||
// TODO: handle key not found, set default value
|
||||
// TODO(@catsjuice): handle key not found, set default value
|
||||
// if (!(key in fullConfig)) {}
|
||||
return fullConfig[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user