Skip to content

Commit

Permalink
fixed small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AV committed Jun 12, 2023
1 parent 8cbaf32 commit 6b8947a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superscraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"pm2": "pm2 start ecosystem.config.js",
"start": "npm run -ws start",
"awair": "npm run -w supercraper-awair start",
"awair": "npm run -w superscraper-awair start",
"healthkit": "npm run -w superscraper-healthkit start",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
2 changes: 1 addition & 1 deletion superscraper/scrapers/healthkit/healthkit-scraper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require('express');
const fs = require('fs/promises');
const path = require('path');
import * as db from "../_utils/db.js"
const db = require("../_utils/db.js");
const app = express();

app.use(express.json({ limit: '10mb' }));
Expand Down

0 comments on commit 6b8947a

Please sign in to comment.