This commit is contained in:
yp05327 2023-11-30 07:06:38 +00:00
parent 5ec4b50d75
commit a5d9763795

View File

@ -28,7 +28,7 @@ var (
)
func loadSameLicenses() error {
if sameLicenses == nil {
if sameLicenses != nil {
return nil
}