mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Missing semi
This commit is contained in:
parent
53ab41110b
commit
7ae11f90da
@ -198,8 +198,8 @@ 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) {
|
||||
return ctx.badRequest(null, [{ messages: [{ id: 'Not found' }] }]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user