shawenguan 2 лет назад
Родитель
Сommit
3ecc2b4742
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/gandart/gandartHelper.js

+ 1 - 1
Scripts/gandart/gandartHelper.js

@@ -335,7 +335,7 @@ async function all() {
     lk.done();
 }
 
-async function refreshLstOnSale(castingId, price) {
+function refreshLstOnSale(castingId, price) {
     return new Promise((resolve, _reject) => {
         try {
             const headers = GCommonGandartHeads;