Skip to content

Commit

Permalink
edit: declare media props
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyspiro committed Sep 4, 2024
1 parent ec622b3 commit 0964d56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utils/addFullMedia.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
const fetchMediaData = async (cosmic: any, filenames: string[], props) => {
const fetchMediaData = async (
cosmic: any,
filenames: string[],
props: string
) => {
const query = {
name: { $in: filenames },
};
Expand Down

0 comments on commit 0964d56

Please sign in to comment.