rm setting createdAt

This commit is contained in:
Hailey
2024-06-17 15:27:46 -07:00
parent 95011724de
commit b5b8bf5b1e
-2
View File
@@ -116,8 +116,6 @@ export function StepFinished() {
existing.avatar = res.data.blob
}
existing.createdAt = new Date().toISOString()
if (starterPack) {
existing.joinedViaStarterPack = {
uri: starterPack.uri,