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

merged
opened by 5jiji.com targeting master from [deleted fork]: master
Changed files
+2
appview
pulls
+2
appview/pulls/pulls.go
···
},
Patch: patch,
Source: recordPullSource,
+
CreatedAt: time.Now().Format(time.RFC3339)
},
},
})
···
},
Patch: patch, // new patch
Source: recordPullSource,
+
CreatedAt: time.Now().Format(time.RFC3339)
},
},
})