Skip to content

Commit

Permalink
update to @lagoon/lokka-transport-http
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Jan 14, 2019
1 parent a270d67 commit aae899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-packages/commons/src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
} from './types';

const { Lokka } = require('lokka');
const { Transport } = require('lokka-transport-http');
const { Transport } = require('@lagoon/lokka-transport-http');
const R = require('ramda');
const { createJWTWithoutUserId } = require('./jwt');
const { logger } = require('./local-logging');
Expand Down

0 comments on commit aae899b

Please sign in to comment.