init-fix
This commit is contained in:
parent
1fac451ada
commit
f868e0a867
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user