refactor: Introduce IActionOutput and ITriggerOutput types
This commit is contained in:
@@ -21,7 +21,7 @@ const verifyConnection = async (
|
||||
.throwIfNotFound();
|
||||
|
||||
const app = await App.findOneByKey(connection.key);
|
||||
const $ = await globalVariable(connection, app);
|
||||
const $ = await globalVariable({ connection, app });
|
||||
await app.auth.verifyCredentials($);
|
||||
|
||||
connection = await connection.$query().patchAndFetch({
|
||||
|
Reference in New Issue
Block a user