Finalize SPC outlook feature addition and clean up implemented roadmap documentation
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
This commit is contained in:
@@ -377,11 +377,7 @@ func latestIssueTime(raw []byte) time.Time {
|
||||
}
|
||||
|
||||
func discussionUpdatedTime(rawHTML string) time.Time {
|
||||
text, err := spcprovider.ExtractProductText(rawHTML)
|
||||
if err != nil {
|
||||
return time.Time{}
|
||||
}
|
||||
t := spcprovider.ParseUpdatedTimestamp(text)
|
||||
t := spcprovider.ParsePageUpdatedTimestamp(rawHTML)
|
||||
if t == nil {
|
||||
return time.Time{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user