@hieuzest/koishi-plugin-riichi-city 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -470,7 +470,6 @@ var RiichiCity = class extends import_koishi3.Service {
|
|
|
470
470
|
}
|
|
471
471
|
});
|
|
472
472
|
});
|
|
473
|
-
console.log(upsert, res);
|
|
474
473
|
if (upsert.length) this.setAccounts(upsert);
|
|
475
474
|
return res;
|
|
476
475
|
}
|
|
@@ -491,7 +490,7 @@ var RiichiCity = class extends import_koishi3.Service {
|
|
|
491
490
|
import_api2.RiichiCityApi.Config,
|
|
492
491
|
import_koishi3.Schema.object({
|
|
493
492
|
dhs: RiichiCityDHS.Config
|
|
494
|
-
})
|
|
493
|
+
})
|
|
495
494
|
]);
|
|
496
495
|
})(RiichiCity || (RiichiCity = {}));
|
|
497
496
|
var src_default = RiichiCity;
|