feat: add app connections w/ testing and deleting functions
This commit is contained in:
@@ -15,7 +15,7 @@ const testConnectionResolver = async (params: Params, req: RequestWithCurrentUse
|
||||
|
||||
const appClass = (await import(`../../apps/${connection.key}`)).default;
|
||||
|
||||
const appInstance = new appClass(connection.data)
|
||||
const appInstance = new appClass(connection.data);
|
||||
const isStillVerified = await appInstance.isStillVerified();
|
||||
|
||||
connection = await connection.$query().patchAndFetch({
|
||||
|
Reference in New Issue
Block a user