Skip to content

Commit

Permalink
Merge pull request #135 from samply/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MatsJohansen87 authored Oct 2, 2024
2 parents 6ec946f + d892d48 commit dbad8c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@samply/lens",
"description": "A web component library for clinical data search and visualisation",
"version": "0.4.1",
"version": "0.4.2",
"type": "module",
"module": "dist/lens.js",
"main": "dist/lens.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/src/classes/blaze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Blaze {

response = new Map<string, Site>().set(this.name, {
status: "succeeded",
data: blazeResponse.data,
data: blazeResponse,
});

this.updateResponse(response);
Expand Down

0 comments on commit dbad8c1

Please sign in to comment.