Skip to content

Commit

Permalink
updated libs, for bug #508
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Jan 13, 2025
1 parent 7f7acf7 commit 7cab695
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/compiler/lib_src/net_common.obs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ bundle Web.HTTP {
results->Insert(downloader->GetUrl(), ByteArrayRef->New(downloader->GetContent()));
};

return results->GetKeyValues();
return results->GetKeyValues()<Pair<Url, ByteArrayRef>>;
}
}

Expand Down
Binary file modified core/lib/json_rpc.obl
Binary file not shown.
Binary file modified core/lib/net.obl
Binary file not shown.

0 comments on commit 7cab695

Please sign in to comment.