Kurt/revert discord to attempt deploy (#598)

* Force netlify build

builds are being canceled even though there are changes

* Revert "Upgrade packages (#594)"

This reverts commit 5531f2e0c1.

* Revert "Discord chat bot to announce projects (#590)"

This reverts commit 90fece9598.

* Revert "Force netlify build"

This reverts commit 315ebf0c59.

* Make sure project title is robust
This commit was merged in pull request #598.
This commit is contained in:
Kurt Hutten
2022-01-19 20:54:43 +11:00
committed by GitHub
parent 844a1f6961
commit 861b8374bf
9 changed files with 2357 additions and 3296 deletions

View File

@@ -198,7 +198,7 @@ export const Success = ({ userProject, refetch }) => {
ideType: state.ideType,
geometry: state.objectData?.data,
quality: state.objectData?.quality,
fileName: `${userProject.Project.title }.stl`,
fileName: `${userProject.Project?.title }.stl`,
thunkDispatch,
})