SR
SR
@IanKrieger can I work on this issue?
 @IanKrieger should I add void keyword or need to handle the promise?
I think we need to set checksVoidReturn to be false, to avoid this error `@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }]`
This is the file where I'm getting error. 
Same error also exist on other files also
 what should I use while solving no-floating-promises errors, async/await or then/catch?
#1049, @IanKrieger I have pushed the code, How can I figure out where things need to be handled?.