Skip to content

Commit

Permalink
Merge pull request #14 from YasogaN/dev
Browse files Browse the repository at this point in the history
Fix: Add missing import
  • Loading branch information
YasogaN authored Dec 2, 2024
2 parents 0712e6f + c50444c commit 462307f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SortEnum } from "./src/types.js";
import { validateParams, fetchReviews } from "./src/utils.js";
import { validateParams, fetchReviews, paginateReviews } from "./src/utils.js";
import parseReviews from "./src/parser.js";

/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-maps-review-scraper",
"version": "1.3.0",
"version": "1.3.2",
"description": "A review scraper made for google maps",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 462307f

Please sign in to comment.