Skip to content

Commit

Permalink
refactor: separating live and vod source schemas due to schema incomp…
Browse files Browse the repository at this point in the history
…atibility
  • Loading branch information
isadoral committed Nov 29, 2023
1 parent 3d985c9 commit e3fa359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsmt/data_source_vod_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (d *dataSourceVodSource) Read(ctx context.Context, req datasource.ReadReque
return
}

data = readVodSourceToState(ctx, data, *vodSource)
data = readVodSourceToState(data, *vodSource)

resp.Diagnostics.Append(resp.State.Set(ctx, &data)...)
}

0 comments on commit e3fa359

Please sign in to comment.