Skip to content

Commit

Permalink
bug(auth): Fix breaking chang on import in keyv module
Browse files Browse the repository at this point in the history
  • Loading branch information
dschom committed Nov 8, 2024
1 parent b6cc4b3 commit 0b05de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/lib/senders/oauth_client_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'use strict';

const Keyv = require('keyv');
const { Keyv } = require('keyv');
const client = require('../oauth/client');

module.exports = (log, config) => {
Expand Down

0 comments on commit 0b05de6

Please sign in to comment.