Skip to content

Commit

Permalink
reuse metadata64 for async request
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Norton committed Feb 23, 2024
1 parent 734cd96 commit f691187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/data/gql_async.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (ds AsyncDataSource) Query(ctx context.Context, queryName string, query str
Query: query,
Variables: ednVariables,
},
Metadata: b64.StdEncoding.EncodeToString(metadataEdn),
Metadata: metadata64,
}

reqEdn, err := edn.Marshal(request)
Expand Down

0 comments on commit f691187

Please sign in to comment.