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>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import axios from "axios";
|
|
||||||
import { mapState } from "vuex";
|
import { mapState } from "vuex";
|
||||||
|
|
||||||
// Import generic components
|
// Import generic components
|
||||||
|
|
@ -352,7 +351,7 @@ export default {
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
this.modalError(error); // Let mixin handle error
|
this.modalError(error); // Let mixin handle error
|
||||||
});*/
|
});*/
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve) => {
|
||||||
resolve({});
|
resolve({});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,6 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import axios from "axios";
|
|
||||||
|
|
||||||
// Export main app
|
// Export main app
|
||||||
export default {
|
export default {
|
||||||
name: "StreamDisplay",
|
name: "StreamDisplay",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue