Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 29, 2024
1 parent 8fa46b4 commit 7510850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { actions, state } = store( 'wporg/showcase/screenshot', {
},
get base64Image() {
return getContext().base64Image;
}
},
},
actions: {
increaseAttempts() {
Expand Down

0 comments on commit 7510850

Please sign in to comment.