Skip to content

Commit

Permalink
fix: ideascan status code
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jun 20, 2022
1 parent 4ff84ad commit 930d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/idea_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func GenerateIdeaOutput(c context.Context) string {
}
p := &PluginOutput{
ProjectName: ctx.ProjectName,
ErrCode: 0,
ErrCode: IdeaSucceed,
IssuesCount: i.IssuesCompsCount,
Comps: []PluginComp{},
TaskId: i.TaskId,
Expand Down

0 comments on commit 930d99a

Please sign in to comment.