Skip to content

Commit

Permalink
Merge branch 'canary' into fix/image-optimizer-encodeuri
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Aug 2, 2021
2 parents 1de8b19 + 2cf58be commit d7422dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-datocms/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function getPreviewPostBySlug(slug) {
}

export async function getAllPostsWithSlug() {
const data = fetchAPI(`
const data = await fetchAPI(`
{
allPosts {
slug
Expand Down

0 comments on commit d7422dd

Please sign in to comment.