Skip to content

Commit 5ff9bc3

Browse files
committed
chore: add fmt import for improved logging in token controller
1 parent 053699f commit 5ff9bc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller/token.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package controller
22

33
import (
4+
"fmt"
45
"net/http"
56
"strconv"
67
"strings"

0 commit comments

Comments
 (0)