mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-20 20:26:21 +00:00
Merge pull request #689 from eltociear/patch-4
chore: update SystemFSEntryService.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user