Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji8 committed Oct 12, 2020
2 parents f7a06c9 + 06394ca commit fb71759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
SESSION_KEY = []byte(os.Getenv("SESSION_KEY"))
SESSION_KEY = []byte(os.Getenv("SESSION_KEY")[:32])
)

func main() {
Expand Down

0 comments on commit fb71759

Please sign in to comment.