init: the first public commit for AFFiNE
This commit is contained in:
4
libs/datasource/remote-kv/src/utils/to-async.ts
Normal file
4
libs/datasource/remote-kv/src/utils/to-async.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
const toAsync = (promise: Promise<unknown>) =>
|
||||
promise.then(data => [null, data]).catch(err => [err]);
|
||||
|
||||
export default toAsync;
|
||||
Reference in New Issue
Block a user