feat(node): add PreViewNodeMultiplier endpoint and response structure

This commit is contained in:
Chang lue Tsen
2025-09-29 13:12:37 +09:00
parent 02f0d711ba
commit 453ad18303
6 changed files with 67 additions and 1 deletions
-1
View File
@@ -69,7 +69,6 @@ func Node(ctx *svc.ServiceContext) {
nodeMultiplierData, err := ctx.SystemModel.FindNodeMultiplierConfig(context.Background())
if err != nil {
logger.Error("Get Node Multiplier Config Error: ", logger.Field("error", err.Error()))
return
}