Skip to content

Commit

Permalink
fit: fix missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
hellos3b committed Jan 30, 2024
1 parent 6d9ba7c commit 80e05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fitness/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { stravaWebhookHandler } from "./LoggedWorkout";
export { stravaWebhookHandler } from "./PostWorkout";
export { schedulePost } from "./MondayRecap";

import { PermissionFlagsBits, SlashCommandBuilder } from "discord.js";
Expand Down

0 comments on commit 80e05b3

Please sign in to comment.