98_todoist: little bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@19172 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78
2019-04-13 12:33:34 +00:00
parent d2927bc1ae
commit f9f86f5997

View File

@@ -112,7 +112,8 @@ sub todoist_Initialize($) {
} }
} }
return FHEM::Meta::InitMod( __FILE__, $hash ); return undef;
#return FHEM::Meta::InitMod( __FILE__, $hash );
} }
sub todoist_Define($$) { sub todoist_Define($$) {