mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 10:07:55 +00:00
fix typo
This commit is contained in:
parent
9ff4f19660
commit
b4295cf521
@ -5,6 +5,6 @@ const addSchema = (tableName) => {
|
||||
return schemaName ? `${schemaName}.${tableName}` : tableName;
|
||||
};
|
||||
|
||||
module.export = {
|
||||
module.exports = {
|
||||
addSchema,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user