Skip to content

Commit

Permalink
FIX: Fixed bad format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Klus committed Nov 17, 2024
1 parent a711fa0 commit 0e995d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ export default class SRPlugin extends Plugin {
console.log(`SR: ${t("DECKS")}`, this.osrAppCore.reviewableDeckTree);
console.log(
"SR: " +
t("SYNC_TIME_TAKEN", {
t: Date.now() - now.valueOf(),
}),
t("SYNC_TIME_TAKEN", {
t: Date.now() - now.valueOf(),
}),
);
}
}
Expand Down

0 comments on commit 0e995d5

Please sign in to comment.