Skip to content

Commit 6169bff

Browse files
committed
Fix windchime resource ID
1 parent c2a7340 commit 6169bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/tw-windchime-submitter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class TWWindchimeSubmitter extends React.Component {
4343
fetch(ENDPOINT, {
4444
method: 'PUT',
4545
body: JSON.stringify({
46-
resource: this.props.projectId,
46+
resource: `scratch/${this.props.projectId}`,
4747
event: this.props.isEmbedded ? 'view/embed' : 'view/index'
4848
}),
4949
headers: {

0 commit comments

Comments
 (0)