Skip to content

Commit

Permalink
Update internal/powerplatform/services/data_record/api_data_record.go
Browse files Browse the repository at this point in the history
Co-authored-by: mawasile <50197777+mawasile@users.noreply.github.com>
  • Loading branch information
polatengin and mawasile committed Jun 4, 2024
1 parent 7f1c2f2 commit 9d2feb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (client *DataRecordClient) getEnvironment(ctx context.Context, environmentI
return &env, nil
}

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

0 comments on commit 9d2feb2

Please sign in to comment.