Skip to content

Commit 615fe57

Browse files
authored
Update utils.go
1 parent 89238a7 commit 615fe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func GetExpirationNum(val interface{}) int32 {
197197
num2 := match[1]
198198
format := match[2]
199199
if len(format) == 0 {
200-
return Atoi(num)
200+
return Atoi(num2)
201201
}
202202
start := int32(0)
203203
switch format {

0 commit comments

Comments
 (0)