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 27, 2023
1 parent 66fb861 commit a89f82e
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 a89f82e

Please sign in to comment.