Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Feb 13, 2024
1 parent 74d0114 commit 3bdbc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func Run(ctx context.Context, logger *slog.Logger) {
logging.Panic(ctx, err.Error())
}
fmt.Println("here")
responseJSON, _ := json.MarshalIndent(&response, "", " ")
responseJSON, _ := json.MarshalIndent(response, "", " ")
fmt.Println(string(responseJSON))

panic("here")
Expand Down

0 comments on commit 3bdbc67

Please sign in to comment.