Skip to content

Commit 860b786

Browse files
committed
Cleanup
1 parent e75a8fb commit 860b786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/composables/useHintMaker.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ export default () => {
5757
)
5858
);
5959

60-
await coaStore.fetchPublicationNames([
61-
...results.covers.map(({ publicationcode }) => publicationcode!),
62-
]);
60+
await coaStore.fetchPublicationNames(
61+
results.covers.map(({ publicationcode }) => publicationcode!)
62+
);
6363
};
6464

6565
return { applyHintsFromKumiko, applyHintsFromCoverSearch };

0 commit comments

Comments
 (0)