refactor: remove unused return
This commit is contained in:
@@ -32,8 +32,6 @@ const renderWithContext = (
|
||||
setDataSourceSrv(dsServer);
|
||||
|
||||
render(<Wrapper>{children}</Wrapper>);
|
||||
|
||||
return dsServer.get;
|
||||
};
|
||||
|
||||
const initiateDsApi = () => {
|
||||
|
||||
Reference in New Issue
Block a user