Skip to content

Commit 3cec7e1

Browse files
Merge pull request #16 from Path-Check/staging
staging => master
2 parents 9338188 + 6819a12 commit 3cec7e1

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

app/lib/db.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const db = require('@marshall_mccoy/data-layer');
1+
const db = require('@pathcheck/data-layer');
22

33
module.exports = db.private

app/lib/passport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const passport = require('passport');
22
const JWTstrategy = require('passport-jwt').Strategy;
33
const ExtractJWT = require('passport-jwt').ExtractJwt;
44

5-
const { private: { userService } } = require('@marshall_mccoy/data-layer')
5+
const { private: { userService } } = require('@pathcheck/data-layer')
66

77
const opts = {
88
jwtFromRequest: ExtractJWT.fromAuthHeaderAsBearerToken(),

package-lock.json

+25-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"dotenv": "8.2.0",
3030
"@google-cloud/storage": "^5.0.1",
31-
"@marshall_mccoy/data-layer": "1.0.6",
31+
"@pathcheck/data-layer": "1.0.0",
3232
"@pathcheck/safeplaces-auth": "0.0.8",
3333
"@pathcheck/safeplaces-server": "0.0.13",
3434
"adm-zip": "^0.4.14",

0 commit comments

Comments
 (0)