Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(plugins/keycloak-access-token): default import no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 1, 2023
1 parent 018c653 commit 4c16a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/keycloak-access-token/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const fp = require("fastify-plugin");
const { stringify: fastStringify } = require("fast-querystring");
const { post } = require("axios").default;
const { post } = require("axios");

/**
* @author Frazer Smith
Expand Down

0 comments on commit 4c16a7b

Please sign in to comment.