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