Skip to content

Commit ebe6365

Browse files
committed
fix(import): add rand import
1 parent 8d049f1 commit ebe6365

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

connector-basic/basic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
"encoding/json"
2626
"fmt"
2727
"io"
28+
"math/rand"
2829
"regexp"
2930
"strings"
3031
"time"

connector-basic/info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
slug_name: basic_connector
1919
type: connector
20-
version: 1.2.11
20+
version: 1.2.12
2121
author: answerdev
2222
link: https://github.com/apache/answer-plugins/tree/main/connector-basic

0 commit comments

Comments
 (0)