Monorepo for Tangled tangled.org

appview/pulls: Fix CreatedAt record field missing sometimes #638

merged opened by 5jiji.com targeting master from [deleted fork]: master
Labels
bugfix
assignee

None yet.

Participants 2
AT URI
at://did:plc:uakrniojtddxh2juse64bgcm/sh.tangled.repo.pull/3m2m33bamsv22
+2
Diff #0
+2
appview/pulls/pulls.go
··· 1155 1155 }, 1156 1156 Patch: patch, 1157 1157 Source: recordPullSource, 1158 + CreatedAt: time.Now().Format(time.RFC3339) 1158 1159 }, 1159 1160 }, 1160 1161 }) ··· 1807 1808 }, 1808 1809 Patch: patch, // new patch 1809 1810 Source: recordPullSource, 1811 + CreatedAt: time.Now().Format(time.RFC3339) 1810 1812 }, 1811 1813 }, 1812 1814 })

History

1 round 2 comments
sign up or login to add to the discussion
5jiji.com submitted #0
1 commit
expand
e7ab7d49
appview/pulls: Fix CreatedAt record field missing sometimes
expand 2 comments

I'd like to note that I never used go before, so if I missed something, tell me!

lgtm! thanks for the contribution, looks good.

pull request successfully merged