buncid/dist/utils/triggers/github.js

5 lines
60 B
JavaScript
Raw Permalink Normal View History

2025-01-16 05:22:33 +00:00
"use strict";
2023-10-29 07:35:26 +00:00
function githubWebhook() {
return true;
}