Skip to content

Commit

Permalink
who made this library smh
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent c559eb4 commit 15521c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpwny.com/src/scripts/schedule-discord-ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const makeJob = (meeting: Record<string, any>, beforeDuration: Duration) => {

const runAt = time_start.subtract(beforeDuration);
const job: Job = {
date: runAt.toDate(),
time: runAt.toDate(),
name: `helper ping ${title}`,
'runs-on': 'ubuntu-latest',
steps: [
Expand Down

0 comments on commit 15521c4

Please sign in to comment.