mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-25 01:37:43 +00:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|