Remove explicit undef returns
This commit is contained in:
parent
06e89c9199
commit
e886eb2ce6
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ sub startup {
|
|||
return $user->id;
|
||||
}
|
||||
}
|
||||
return undef;
|
||||
return;
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue