Skip to content

Commit

Permalink
fixed unlock_cCNTP bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CoNETProject committed May 23, 2024
1 parent ea498e3 commit daf45fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export class platform {
})
})

public unlock_cCNTP: (profile: profile) => Promise<type_platformStatus> = () => new Promise(async resolve=> {
public unlock_cCNTP: (profile: profile) => Promise<type_platformStatus> = (profile) => new Promise(async resolve=> {
const cmd: WorkerCommand = {
cmd: 'unlock_cCNTP',
uuid: v4(),
Expand Down

0 comments on commit daf45fd

Please sign in to comment.