We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf6442 commit d9323bcCopy full SHA for d9323bc
1 file changed
src/api/OpenProcessing.ts
@@ -137,7 +137,7 @@ export const thumbnailDimensions = 400;
137
export function isCurationResponse<C extends keyof AnyEntryMap>(
138
item: OpenProcessingCurationResponse[number] | CollectionEntry<C>,
139
): item is OpenProcessingCurationResponse[number] {
140
- return "visualID" in item;
+ return "visualID" in (item as any);
141
}
142
143
export const getRandomCurationSketches = memoize(async (num = 4) => {
0 commit comments