Skip to content

Commit

Permalink
Update RandomCodeGenerator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo authored Aug 5, 2024
1 parent 2b05973 commit a226072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static synchronized void expandValueSet(String valueSetUri) {
if (!codeListCache.containsKey(valueSetUri)) {
Request request = new Request.Builder()
.url(expandBaseUrl + valueSetUri)
.header("Content-Type", "application/json")
.header("Accept", "application/json")
.build();
try {
Response response = client.newCall(request).execute();
Expand Down

0 comments on commit a226072

Please sign in to comment.