Skip to content

Commit

Permalink
Fix timer bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeleppan committed Jan 26, 2021
1 parent fbbd615 commit 606f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class ObsidianDiscordRPC extends Plugin {
});
} else {
await this.rpc.setActivity({
startTimestamp: new Date(),
startTimestamp: date,
largeImageKey: "logo",
largeImageText: "Obsidian",
});
Expand Down

0 comments on commit 606f013

Please sign in to comment.