Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 13, 2024
1 parent 330a14d commit 3209631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cronjobs/cronjobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class CronJobsService {
// https://crontab.guru/#0_8_*_*_1 :)
schedule(
// '0 8 * * 5',
'35 15 * * 6',
'39 15 * * 6',
async () => {
try {
if (process.env.STOP_TWITTER) { return }
Expand Down
4 changes: 2 additions & 2 deletions src/cronjobs/delation/name-and-shame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export class NameAndShameService {

async call() {
[
// ['paris', 'Paris', '@Paris'],
['paris', 'Paris', '@Paris'],
// ['plaineCommune', 'Plaine Commune', '@prefpolice'],
// ['lille', 'Lille', '@prefet59'],
// ['lyon', 'Lyon', '@prefetrhone'],
// ['estEnsemble', 'Est Ensemble', '@prefpolice'],
// ['bordeaux', 'Bordeaux', '@PrefAquitaine33'],
['montpellier', 'Montpellier', '@Prefet34'],
// ['montpellier', 'Montpellier', '@Prefet34'],
].forEach(async ([city, cityValue, prefecture]) => {
const ads = await rentService.getShamefulAdsData(city, MAX_DELTA)

Expand Down

0 comments on commit 3209631

Please sign in to comment.