feat: update cronjob

This commit is contained in:
Rogee
2025-03-15 21:23:41 +08:00
parent b7fcf2c3e6
commit aeae94a7d2
4 changed files with 30 additions and 71 deletions

View File

@@ -72,7 +72,7 @@ func Parse(source string) []Provider {
return []Provider{}
}
if strings.HasSuffix(source, "/provider.go") {
if strings.HasSuffix(source, "/provider.gen.go") {
return []Provider{}
}