Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseofcake committed Sep 15, 2024
1 parent 1d01bff commit 19d19fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/refine.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func Refine(ctx context.Context, r actions.Runner, character string) error {
return nil
}

func RefineAll(ctx context.Context, r *actions.RealRunner, character string) error {
func RefineAll(ctx context.Context, r actions.Runner, character string) error {
l := logging.Get(ctx)
c, err := r.GetMyCharacterInfo(ctx, character)
if err != nil {
Expand Down

0 comments on commit 19d19fe

Please sign in to comment.