Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Oct 31, 2024
1 parent 670320b commit 0f8f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/resource_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func ResourceDashboard() common.Resource {
dashboard.SerializedDashboard = content
updatedDashboard, err := w.Lakeview.Update(ctx, dashboards.UpdateDashboardRequest{
DashboardId: dashboard.DashboardId,
Dashboard: &dashboard,
Dashboard: &dashboard,
})
if err != nil {
return err
Expand Down

0 comments on commit 0f8f831

Please sign in to comment.