init-fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const { formatMessage } = require('./formatters')
|
|
||||||
const { handleGitea } = require('./gitea')
|
const { handleGitea } = require('./gitea')
|
||||||
const { handleGithub } = require('./github')
|
const { handleGithub } = require('./github')
|
||||||
|
|
||||||
// Store for already reported commit hashes (in-memory, resets on restart)
|
// Store for already reported commit hashes (in-memory, resets on restart)
|
||||||
const reportedCommits = new Set();
|
const reportedCommits = new Set();
|
||||||
const commitTimestamps = new Map();
|
const commitTimestamps = new Map();
|
||||||
|
Reference in New Issue
Block a user