Skip to content

Commit 8f7e2c0

Browse files
authored
Update server/plugin/api.go
1 parent 6b8a474 commit 8f7e2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugin/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ func (p *Plugin) getReposByOrg(c *UserContext, w http.ResponseWriter, r *http.Re
14531453
channelIDString := r.URL.Query().Get(channelIDParam)
14541454
if channelIDString == "" {
14551455
c.Log.Warnf("Channel ID query param is empty")
1456-
p.writeAPIError(w, &APIErrorResponse{Message: "Channel ID query parameter is empty, must include Channel ID ", StatusCode: http.StatusBadRequest})
1456+
p.writeAPIError(w, &APIErrorResponse{Message: "ChannelId query parameter is empty, must include Channel ID ", StatusCode: http.StatusBadRequest})
14571457
return
14581458
}
14591459

0 commit comments

Comments
 (0)