0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models/base/plugins
CommanderRoot adc0805dce
replaced deprecated String.prototype.substr() (#14367)
- `.substr()` is deprecated so we replace it with .slice() which works similarly but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-28 11:49:12 +01:00
..
actions.js
bulk-operations.js
crud.js Added support for 'FOR UPDATE' lock (#14433) 2022-04-08 12:52:33 +01:00
data-manipulation.js
events.js
filtered-collection.js
generate-slug.js replaced deprecated String.prototype.substr() (#14367) 2022-04-28 11:49:12 +01:00
overrides.js
raw-knex.js
sanitize.js
user-type.js