Skip to content

Commit 7d436c9

Browse files
authored
docs
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
1 parent 8917926 commit 7d436c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Routers/UsersRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export class UsersRouter extends ClassesRouter {
483483

484484
if (userData) {
485485
this._sanitizeAuthData(userData);
486-
// Useful to get User attached files in the trigger (photo picture for example)
486+
// Get files attached to user
487487
await req.config.filesController.expandFilesInObject(req.config, userData);
488488

489489
const user = inflate('_User', userData);

0 commit comments

Comments
 (0)