We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d90eb commit 85a8ce5Copy full SHA for 85a8ce5
api/datasource.go
@@ -195,7 +195,7 @@ func (datasourceController datasourceController) SearchViewLogsContent(ctx *gin.
195
BindJson(ctx, r)
196
197
Service(ctx, func() (interface{}, interface{}) {
198
- data, err := services.DatasourceService.Get(r.DatasourceId)
+ data, err := services.DatasourceService.Get(&types.RequestDatasourceQuery{ID: r.DatasourceId})
199
if err != nil {
200
return nil, err
201
}
0 commit comments