Skip to content

Commit 9d2feb2

Browse files
polatenginmawasile
andauthored
Update internal/powerplatform/services/data_record/api_data_record.go
Co-authored-by: mawasile <[email protected]>
1 parent 7f1c2f2 commit 9d2feb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/powerplatform/services/data_record/api_data_record.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (client *DataRecordClient) getEnvironment(ctx context.Context, environmentI
102102
return &env, nil
103103
}
104104

105-
func (client *DataRecordClient) GetDataRecord(ctx context.Context, recordId string, environmentId string, tableName string) (map[string]interface{}, error) {
105+
func (client *DataRecordClient) GetDataRecord(ctx context.Context, recordId, environmentId, tableName string) (map[string]interface{}, error) {
106106
environmentUrl, err := client.GetEnvironmentUrlById(ctx, environmentId)
107107
if err != nil {
108108
return nil, err

0 commit comments

Comments
 (0)