mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 18:38:06 +00:00
Fix compilation errors
This commit is contained in:
@@ -58,7 +58,7 @@ func (e mainEnv) globalUserDelete(userTOKEN string) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
func (e mainEnv) pluginUserDelete(pluginid, userTOKEN) {
|
||||
func (e mainEnv) pluginUserDelete(pluginid string, userTOKEN string) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user