Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidejensen committed Nov 18, 2024
1 parent 37da137 commit 2acac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer-server/src/test-conversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ async function main() {
const logs = await createLogComponent({})
const config = createConfigComponent({})
const metrics = await createMetricsComponent(metricDeclarations, { config })
const animation = 'mecanim'

let entityId = ''
let animation = 'mecanim'

if (IPFSv2.validate(POINTER) || IPFSv1.validate(POINTER)) {
entityId = POINTER
Expand Down

0 comments on commit 2acac2e

Please sign in to comment.