Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Feb 12, 2024
1 parent db5bbee commit 6e43baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (d *Datasource) query(ctx context.Context, _ backend.PluginContext, query b
if err != nil {
return newResponseError(err, backend.StatusInternal)
}
log.DefaultLogger.Info("RESOSNE => %#v", r)

for fieldName, value := range r {
switch fieldName {
case messageField:
Expand Down

0 comments on commit 6e43baf

Please sign in to comment.