Skip to content

Commit

Permalink
Merge pull request #236 from brotherlogic/stop
Browse files Browse the repository at this point in the history
stop
  • Loading branch information
brotherlogic committed Apr 5, 2020
2 parents 2ed68e9 + aa3eb69 commit 2b9f8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recordprinterutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (s *Server) move(ctx context.Context, move *pbrm.RecordMove) error {
return nil
}
s.RaiseIssue(ctx, "Weird Move", fmt.Sprintf("%v is a weird move", move), false)
return nil
}

record, err := s.bridge.getRecord(ctx, move.InstanceId)
Expand Down

0 comments on commit 2b9f8f5

Please sign in to comment.