Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-dziurdziak committed Dec 2, 2023
1 parent 36e0f9f commit 1f72b1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build_scripts/loadNewMovies.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {google} from "googleapis";
import {database, NAMESPACE_VIDEO_CONTENT_DETAILS, NAMESPACE_VIDEO_SNIPPET} from "./db.js";
import _ from "lodash";

async function downloadContentDetails(youtube: any, ids: string[]) {
const videoData = await youtube.videos.list({
Expand Down
1 change: 1 addition & 0 deletions build_scripts/nodeActions/loadMissingData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {chesstempoService} from "../chesstempo/ChesstempoService.js";
import {chess365Service} from "../chess365/Chess365Service.js";
import {lichessMastersService} from "../lichessMasters/LichessMastersService.js";
import {lichessService} from "../lichess/LichessService.js";
import _ from "lodash";

async function loadMissingChessComInfo() {
let videosWithMissingInfo = database.getAllIds()
Expand Down

0 comments on commit 1f72b1c

Please sign in to comment.