fix: ticker not update after minius

main
tiendat3699 2024-05-02 16:55:47 +07:00
parent 994728694e
commit 2ce24f290c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default class BEConnector {
);
this.numberTicket -= numberTicket;
return numberTicket;
return this.numberTicket;
} catch (error) {
console.log(error);
}