chore: generate
This commit is contained in:
parent
cf80b5c470
commit
cfddb2407c
5 changed files with 250 additions and 28 deletions
|
|
@ -67,8 +67,7 @@ export function fromPromise(plugin: Plugin) {
|
|||
reload: () => run(host.integration.reload()),
|
||||
connection: {
|
||||
active: (id) => Effect.runPromiseWith(context)(host.integration.connection.active(id)),
|
||||
resolve: (connection) =>
|
||||
Effect.runPromiseWith(context)(host.integration.connection.resolve(connection)),
|
||||
resolve: (connection) => Effect.runPromiseWith(context)(host.integration.connection.resolve(connection)),
|
||||
},
|
||||
},
|
||||
plugin: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue