mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat(editor): add feature flag service (#9592)
This commit is contained in:
@@ -688,4 +688,12 @@ export class Store {
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
get get() {
|
||||
return this.provider.get.bind(this.provider);
|
||||
}
|
||||
|
||||
get getOptional() {
|
||||
return this.provider.getOptional.bind(this.provider);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user