Skip to content

Commit

Permalink
🐛 Ensure integration exists when logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Oct 13, 2022
1 parent f41443b commit aefaa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const run = async () => {
Goodreads,
Twitter,
]) {
const integration = new ClassName();
try {
const integration = new ClassName();
if (
items.includes(integration.name) &&
config("integrations")[integration.name].frequency === "daily"
Expand Down

0 comments on commit aefaa11

Please # to comment.