forked from noxious/server
typo fixes
This commit is contained in:
parent
4c61825992
commit
ea9639b440
@ -17,14 +17,14 @@ class ZoneService {
|
|||||||
|
|
||||||
await prisma.zone.create({
|
await prisma.zone.create({
|
||||||
data: {
|
data: {
|
||||||
name: 'Demo Zone',
|
name: 'Demo zone',
|
||||||
width: 10,
|
width: 10,
|
||||||
height: 10,
|
height: 10,
|
||||||
tiles
|
tiles
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('Demo zoneEditor created.')
|
console.log('Demo zone created.')
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user