Skip to content

Commit

Permalink
fix: platform value on AssetBundleConverted event
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Dec 9, 2024
1 parent c3c210f commit 4a690e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/events/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export namespace AssetBundleConvertedEvent {
type: 'object',
properties: {
entityId: { type: 'string' },
platform: { type: 'string', enum: ['windows', 'mac', 'webgl'] }
platform: { type: 'string', enum: ['windows', 'mac', 'webglb'] }
},
required: ['entityId', 'platform']
}
Expand Down

0 comments on commit 4a690e2

Please sign in to comment.