chore: Introduce app info converter and use JSON for info files
This commit is contained in:
@@ -9,7 +9,7 @@ type Params = {
|
||||
}
|
||||
|
||||
const getConnectedAppsResolver = async (params: Params, req: RequestWithCurrentUser) => {
|
||||
let apps = await App.findAll(params.name)
|
||||
let apps = App.findAll(params.name)
|
||||
|
||||
const connections = await Connection.query()
|
||||
.select('connections.key')
|
||||
|
Reference in New Issue
Block a user