Skip to content

Commit

Permalink
fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Jul 15, 2024
1 parent 75438eb commit 334dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/HEARTBEAT/autopost.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { Op } = require('sequelize');

const autopostchannel = require('../../database/models/autopostchannel');

const postcache = require('../database/models/postcache');
const postcache = require('../../database/models/postcache');

// // clear autopost to force changes
// function pruneAutopost(channelID) {
Expand Down

0 comments on commit 334dd5e

Please sign in to comment.