diff --git a/src/conf.go b/src/conf.go index 7be8656..259d63e 100644 --- a/src/conf.go +++ b/src/conf.go @@ -66,7 +66,7 @@ func (e mainEnv) pluginUserDelete(pluginid string, userTOKEN string) { // not implemented } -func (e mainEnv) pluginUserLookup(email string) { +func (e mainEnv) pluginUserLookup(email string) string { // not implemented }