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 and Kab1r committed Apr 4, 2022
1 parent 87cc851 commit ff1c231
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 ff1c231

Please sign in to comment.