Skip to content

Conversation

@ArcaEge
Copy link
Collaborator

@ArcaEge ArcaEge commented Dec 18, 2025

No description provided.

Comment on lines 270 to 278
.update(project)
.set({
status: 'submitted',
url: printablesUrl.toString(),
url: sanitizeUrl(printablesUrl.toString()),
editorFileType: editorUrlExists ? 'url' : 'upload',
editorUrl: editorUrlExists ? editorUrl.toString() : undefined,
editorUrl: editorUrlExists ? sanitizeUrl(editorUrl.toString()) : undefined,
uploadedFileUrl: editorFileExists ? editorFilePath : undefined,

modelFile: modelPath

This comment was marked as outdated.

Comment on lines 239 to 249
return error(400, { message: 'minimum 2h needed to ship' });
}

// Make sure it has at least 2 devlogs
if (queriedProject.devlogCount < 2) {
return error(400, { message: 'minimum 2 journal logs required to ship' });
}

if (queriedProject.description == '') {
return error(400, { message: 'project must have a description' });
}

This comment was marked as outdated.

@ArcaEge ArcaEge merged commit a62a601 into main Dec 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants