linter fixes
This commit is contained in:
parent
799dc7f522
commit
da711a7d8c
2 changed files with 1 additions and 4 deletions
|
|
@ -156,7 +156,6 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import axios from "axios";
|
||||
import { mapState } from "vuex";
|
||||
|
||||
// Import generic components
|
||||
|
|
@ -352,7 +351,7 @@ export default {
|
|||
.catch(error => {
|
||||
this.modalError(error); // Let mixin handle error
|
||||
});*/
|
||||
return new Promise((resolve, reject) => {
|
||||
return new Promise((resolve) => {
|
||||
resolve({});
|
||||
});
|
||||
},
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import axios from "axios";
|
||||
|
||||
// Export main app
|
||||
export default {
|
||||
name: "StreamDisplay",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue