fix: formatting and typecheck
This commit is contained in:
@@ -25,4 +25,3 @@ WHERE next_refresh_at IS NULL;
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
type dataFix struct {
|
||||
id string
|
||||
id string
|
||||
apply func(ctx context.Context, sqlDB *sql.DB) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user