diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go index caf74554..e7fecbc1 100644 --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -2010,7 +2010,6 @@ func (s *Pulls) resubmitPullHelper( CreatedAt: time.Now().Format(time.RFC3339), PatchBlob: blob.Blob, }) - record.CreatedAt = time.Now().Format(time.RFC3339) _, err = comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{ Collection: tangled.RepoPullNSID,