updated helper module

This commit is contained in:
Bastian de Byl
2023-02-26 15:26:59 -05:00
parent 1d5b44c7e9
commit d182b35d56
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
"errors"
"fmt"
helper "github.com/debyltech/go-helpers"
helper "github.com/debyltech/go-helpers/json"
"github.com/skip2/go-qrcode"
)