Skip to content

Commit

Permalink
fix: undefined const
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonklotzer committed Jan 27, 2025
1 parent d4ac4f4 commit 13f6b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventhandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function handleHcapiPubSubUnwrap(ctx, perfCtx) {
path: dicomWebPath,
version: null, // TODO: Fix when HCAPI supports versions
info: JSON.stringify({
event: consts.GENERIC_INSERT,
event: consts.HCAPI_FINALIZE,
storage: { size: buffer.length, type: consts.STORAGE_TYPE_DICOMWEB },
}),
metadata: await getMetadata(buffer, uriPath),
Expand Down

0 comments on commit 13f6b60

Please # to comment.