mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing comments
This commit is contained in:
@@ -2,7 +2,7 @@ const { markdown2Html } = require('../../services/markdown');
|
|||||||
const Database = require('better-sqlite3');
|
const Database = require('better-sqlite3');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* simply prints out the found data to the console
|
* Stores data in a sqlite db in order to use the search results for later analytics
|
||||||
* @param serviceName e.g immowelt
|
* @param serviceName e.g immowelt
|
||||||
* @param newListings an array with newly found listings
|
* @param newListings an array with newly found listings
|
||||||
* @param jobKey name of the current job that is being executed
|
* @param jobKey name of the current job that is being executed
|
||||||
|
|||||||
Reference in New Issue
Block a user