mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix: update cli create command to use bigint title ID
This commit is contained in:
parent
1f5455219b
commit
22f3016f50
|
|
@ -62,7 +62,7 @@ const createCmd = new Command('create')
|
|||
const { task } = await ctx.grpc.registerTask({
|
||||
bossAppId: appId,
|
||||
id: opts.id,
|
||||
titleId: opts.titleId,
|
||||
titleId: BigInt(parseInt(opts.titleId, 16)),
|
||||
description: opts.desc ?? '',
|
||||
country: 'This value isnt used'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user