gatsby-source-hire-with-google
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -75,3 +75,3 @@ "use strict"; | ||
const createNode = boundActionCreators.createNode; | ||
const jobs = yield getJobs(companyName, options); | ||
const jobs = yield getJobs(options); | ||
jobs.forEach(job => { | ||
@@ -78,0 +78,0 @@ const jsonString = JSON.stringify(job); |
{ | ||
"name": "gatsby-source-hire-with-google", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com", | ||
@@ -5,0 +5,0 @@ "main": "gatsby-node.js", |
@@ -40,3 +40,3 @@ import crypto from 'crypto' | ||
const { createNode } = boundActionCreators | ||
const jobs = await getJobs(companyName, options) | ||
const jobs = await getJobs(options) | ||
@@ -43,0 +43,0 @@ jobs.forEach(job => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8953