mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
Merge branch 'fix/variable-cleanup' of https://git.krews.org/nitro/nitro-renderer into fix/variable-cleanup
This commit is contained in:
commit
c9365e0cf8
@ -4,7 +4,7 @@ export class UserWardrobePageComposer implements IMessageComposer<ConstructorPar
|
||||
{
|
||||
private _data: ConstructorParameters<typeof UserWardrobePageComposer>;
|
||||
|
||||
constructor(pageId: number)
|
||||
constructor(pageId: number = 0)
|
||||
{
|
||||
this._data = [ pageId ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user