nodecid/utils/triggers/github.ts

4 lines
46 B
TypeScript
Raw Normal View History

2023-10-29 07:35:26 +00:00
function githubWebhook() {
return true;
}