nodecid/dist/utils/triggers/github.js
2025-01-16 06:22:33 +01:00

5 lines
60 B
JavaScript

"use strict";
function githubWebhook() {
return true;
}