Skip to content

Commit

Permalink
fix: wakatime card translations (anuraghazra#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsanmartino03 authored Oct 6, 2021
1 parent 81b6593 commit d0ab2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/wakatime.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const {
clampValue,
parseArray,
CONSTANTS,
isLocaleAvailable,
} = require("../src/common/utils");
const { isLocaleAvailable } = require("../src/translations");
const { fetchWakatimeStats } = require("../src/fetchers/wakatime-fetcher");
const wakatimeCard = require("../src/cards/wakatime-card");

Expand Down

0 comments on commit d0ab2ff

Please sign in to comment.