Skip to content

Commit

Permalink
Fix typo with env variable in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Jan 7, 2025
1 parent 9ba05e9 commit 00106ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rainfall-frontend/src/components/PreviewSiteButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
this.previewLoading = false;
this.previewError = 'An error occurred while generating the preview';
} else {
setTimeout(this.pollForPreview, import.meta.env.VITE_PREVIEW_POLL_INTERVAL);
setTimeout(this.pollForPreview, import.meta.env.VITE_PREVIEW_POLL_MS);
}
return;
}
Expand Down

0 comments on commit 00106ca

Please sign in to comment.