Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 30, 2024
1 parent 48c3b29 commit eef78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/mutations/CreateMediaArticle.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export default {
console.warn(
`[CreateMediaArticle] ${mediaEntry.id}:`,

// `meta` is provided by elasticsearch error response
// `meta` is provided by elasticsearch error response
'meta' in e ? e.meta : e
)
),
Expand Down

0 comments on commit eef78c5

Please sign in to comment.