aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/subsystem.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/subsystem.go')
-rw-r--r--dashboard/app/subsystem.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/subsystem.go b/dashboard/app/subsystem.go
index c49bc081b..48ee1f785 100644
--- a/dashboard/app/subsystem.go
+++ b/dashboard/app/subsystem.go
@@ -108,7 +108,7 @@ type (
)
func updateBugSubsystems(c context.Context, bugKey *db.Key,
- list []*subsystem.Subsystem, info interface{}) error {
+ list []*subsystem.Subsystem, info any) error {
now := timeNow(c)
return updateSingleBug(c, bugKey, func(bug *Bug) error {
switch v := info.(type) {