Skip to content

Commit

Permalink
ignore typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
melledijkstra committed Oct 30, 2024
1 parent 89cb63e commit aef9cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/category-detection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const categoriesTermsMap: CategoryDetectionConfigOld = {
Miscellaneous: [],
};

// @ts-ignore
const getCategoryMatchesMap = (): CategoryDetectionConfig => {
try {
const storeObject = PropertiesService.getDocumentProperties().getProperty(
Expand Down

0 comments on commit aef9cd4

Please sign in to comment.