1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Remove server logging integration definitions every time they're fetched

This commit is contained in:
Andrew Kingston 2021-01-22 14:37:24 +00:00
parent 70d9c0713f
commit 2ac14bbe02

View file

@ -2,7 +2,6 @@ const { definitions } = require("../../integrations")
exports.fetch = async function(ctx) {
// TODO: fetch these from a github repo etc
console.log(definitions)
ctx.status = 200
ctx.body = definitions
}