append sessionid to the gdbm file

This commit is contained in:
2024-09-03 15:07:49 +03:00
parent 0c360c0cc4
commit fee51edade
2 changed files with 12 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ func main() {
fp := path.Join(dp, sessionId)
ussdHandlers, err := ussd.NewHandlers(fp, &st)
ussdHandlers, err := ussd.NewHandlers(fp, &st,sessionId)
if err != nil {
fmt.Fprintf(os.Stderr, "handler setup failed with error: %v\n", err)