mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
feat(core): init organize (#7456)
This commit is contained in:
@@ -159,7 +159,7 @@ export class Table<T extends TableSchemaBuilder> {
|
||||
return record || null;
|
||||
}
|
||||
|
||||
get$(key: PrimaryKeyFieldType<T>): Observable<Entity<T>> {
|
||||
get$(key: PrimaryKeyFieldType<T>): Observable<Entity<T> | null> {
|
||||
let ob$ = this.subscribedKeys.get(key);
|
||||
|
||||
if (!ob$) {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from './core';
|
||||
Reference in New Issue
Block a user