Skip to content

Commit

Permalink
fix(parser): ensure equiv empty types for repology
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 16, 2025
1 parent b4067c3 commit c8b097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/types/pac/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func FromSrcInfo(info srcinfo.Srcinfo) []*Script {
Sha384Sums: toArchDistroStrings(info.SHA384Sums),
Sha512Sums: toArchDistroStrings(info.SHA512Sums),
Backup: orEmptyArray(info.Backup),
Repology: info.Repology,
Repology: orEmptyArray(info.Repology),
RequiredBy: []string{},
UpdateStatus: UpdateStatus.Unknown,
})
Expand Down

0 comments on commit c8b097c

Please sign in to comment.