浏览代码

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