mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 00:03:40 +00:00
Missing semi
This commit is contained in:
parent
53ab41110b
commit
7ae11f90da
@ -198,7 +198,7 @@ module.exports = {
|
||||
|
||||
if (connector === 'strapi-bookshelf') {
|
||||
try {
|
||||
const tableExists = await strapi.connections[connection].schema.hasTable(model)
|
||||
const tableExists = await strapi.connections[connection].schema.hasTable(model);
|
||||
|
||||
return ctx.send({ tableExists });
|
||||
} catch(error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user