Merge pull request #689 from eltociear/patch-4

chore: update SystemFSEntryService.js
This commit is contained in:
Nariman Jelveh
2024-08-15 08:38:46 -07:00
committed by GitHub
@@ -26,7 +26,7 @@ const _path = require('path');
//
// If `<type>` is `multi`, then the format differs slightly:
// <env>:<service>:<class>:multi:<type>:<property>:<id-property>:<id>
// where `<id-property>` specifies the propery being used for the id
// where `<id-property>` specifies the property being used for the id
class SystemFSEntryService {
constructor ({ services }) {
@@ -162,4 +162,4 @@ class SystemFSEntryService {
}
}
module.exports = SystemFSEntryService;
module.exports = SystemFSEntryService;