add fetched vouchers log
Some checks are pending
release / docker (push) Waiting to run

This commit is contained in:
Carlosokumu 2025-03-20 13:48:34 +03:00
parent 374f79388c
commit e564f1328b
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -2034,6 +2034,8 @@ func (h *MenuHandlers) CheckVouchers(ctx context.Context, sym string, input []by
return res, nil
}
logg.InfoCtxf(ctx, "fetched user vouchers", "public_key", string(publicKey), "vouchers", vouchersResp)
// check the current active sym and update the data
activeSym, _ := userStore.ReadEntry(ctx, sessionId, storedb.DATA_ACTIVE_SYM)
if activeSym != nil {