fixing comments

This commit is contained in:
orangecoding
2022-02-15 13:18:20 +01:00
parent f010e8951b
commit 2dd01ca38f

View File

@@ -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