Adds credential relationship to App
parent
912d8dcd83
commit
2d4b1e2600
|
@ -27,6 +27,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
type: appType,
|
||||
key: {},
|
||||
userId: req.session.user.id,
|
||||
appId: "zapier",
|
||||
},
|
||||
});
|
||||
if (!installation) {
|
||||
|
|
Loading…
Reference in New Issue