소스 검색

delete param

Paul 6 년 전
부모
커밋
76a84d15f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      middleware/auth/session_debug.go

+ 1
- 1
middleware/auth/session_debug.go 파일 보기

@@ -6,7 +6,7 @@ import (
6 6
 
7 7
 type DebugSessionStore struct{}
8 8
 
9
-func NewDebugSessionStore(address string, password string) *DebugSessionStore {
9
+func NewDebugSessionStore() *DebugSessionStore {
10 10
 	return &DebugSessionStore{}
11 11
 }
12 12