1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +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 be21cd9e9b
commit 6a7e137ff6

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
}