Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Apr 11, 2024
1 parent 13529a7 commit bd26a2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions action/repo/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func table(repos *[]library.Repo) error {
for _, r := range *repos {
logrus.Tracef("adding repo %s to repo table", r.GetFullName())


e := strings.Join(r.AllowEvents.List(), ",")

// add a row to the table with the specified values
Expand Down Expand Up @@ -91,7 +90,6 @@ func wideTable(repos *[]library.Repo) error {
for _, r := range *repos {
logrus.Tracef("adding repo %s to wide repo table", r.GetFullName())


e := strings.Join(r.AllowEvents.List(), ",")

// add a row to the table with the specified values
Expand Down
1 change: 0 additions & 1 deletion command/worker/add.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: Apache-2.0


package worker

import (
Expand Down

0 comments on commit bd26a2f

Please sign in to comment.