Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zou-y-t committed Oct 22, 2023
1 parent ecd420a commit 6f04d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 108 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import http from "http";
import mongoose from "mongoose";
import app from "./app";
import { GraphQLClient } from "graphql-request";
import docker_cron, { queue_element } from "./helpers/docker_queue";
import { queue_element } from "./helpers/docker_queue";
// import docker_cron from "./helpers/docker_queue";

dotenv.config();
Expand Down Expand Up @@ -49,7 +49,7 @@ export const docker_queue: queue_element[] = [];
// export const docker_queue: queue_element[] = JSON.parse(
// fs.readFileSync("/data/queue_data.json").toString()
// );
docker_cron();
// docker_cron();

// weekly_cron();
// weekly_init();
Expand Down
106 changes: 0 additions & 106 deletions users.json

This file was deleted.

0 comments on commit 6f04d9b

Please sign in to comment.