lint fixes

This commit is contained in:
Ulf Gebhardt 2023-07-15 10:40:18 +02:00
parent 5f4a973e2a
commit 851dd2e3e6
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -193,7 +193,6 @@ export default {
}, },
methods: { methods: {
async fetchRooms({ room } = {}) { async fetchRooms({ room } = {}) {
console.log(room)
this.roomsLoaded = false this.roomsLoaded = false
const offset = this.roomPage * this.roomPageSize const offset = this.roomPage * this.roomPageSize
try { try {
@ -209,8 +208,6 @@ export default {
fetchPolicy: 'no-cache', fetchPolicy: 'no-cache',
}) })
console.log(Room)
const rooms = []
const newRooms = Room.map((r) => { const newRooms = Room.map((r) => {
return { return {
...r, ...r,