Skip to content

Commit

Permalink
Merge pull request #1038 from Fenny/master
Browse files Browse the repository at this point in the history
✏ move mutex
  • Loading branch information
Fenny authored Nov 26, 2020
2 parents 05bfe1b + 45d64da commit 51a62a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
)

type Session struct {
// sync.RWMutex
id string // session id
fresh bool // if new session
ctx *fiber.Ctx // fiber context
Expand Down

0 comments on commit 51a62a3

Please sign in to comment.