Skip to content

Commit

Permalink
chore: make legacy animation default (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Dec 18, 2024
1 parent 8d02b56 commit d2800ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/queue-ab-conversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async () => {
const platforms = (args['--platform'] as Platform[]) || Object.values(Platform)
const contentUrl = (args['--content-server'] || 'https://peer.decentraland.org/content').replace(/\/$/, '')
const shouldPrioritize = !!args['--prioritize']
const animation = args['--animation'] || 'mecanim'
const animation = args['--animation'] || 'legacy'

assert(!!token, '--token is missing')
assert(pointers.length > 0 || cids.length > 0, '--pointer or --cid are required')
Expand Down

0 comments on commit d2800ca

Please sign in to comment.