Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Sep 6, 2023
1 parent 1039b32 commit c4d9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class ArtByCityLegacy {
): Promise<LegacyPublicationManifest> {
try {
return await this.fetchPublicationBySlug(slugOrId)
} catch (error) { /* eslint-disable-line no-empty */}
} catch (error) { /* eslint-disable-line no-empty */ }

return this.fetchPublication(slugOrId)
}
Expand Down

0 comments on commit c4d9df0

Please sign in to comment.