We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75a8fb commit 860b786Copy full SHA for 860b786
src/composables/useHintMaker.ts
@@ -57,9 +57,9 @@ export default () => {
57
)
58
);
59
60
- await coaStore.fetchPublicationNames([
61
- ...results.covers.map(({ publicationcode }) => publicationcode!),
62
- ]);
+ await coaStore.fetchPublicationNames(
+ results.covers.map(({ publicationcode }) => publicationcode!)
+ );
63
};
64
65
return { applyHintsFromKumiko, applyHintsFromCoverSearch };
0 commit comments