Skip to content

Commit

Permalink
fix: add missing semicolon to example
Browse files Browse the repository at this point in the history
  • Loading branch information
breadadams committed May 10, 2020
1 parent 483e54d commit de833e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/lib/share-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const javascript = query => {

return `const api = '${endpoint}';
const cardUrl = 'https://cards.microlink.io/?${payload}';
const image = \`\${api}\${encodeURIComponent(cardUrl)}\``
const image = \`\${api}\${encodeURIComponent(cardUrl)}\`;`
}

export const shareCode = {
Expand Down

0 comments on commit de833e7

Please sign in to comment.