Skip to content

Commit 7492d54

Browse files
committed
add update on patch
1 parent 292f5fa commit 7492d54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/handlers/patch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function handler(req, res, next) {
3030
next(err);
3131
}
3232

33+
if (ldp.live) ldp.live(utils.uriAbs(req) + req.originalUrl)
3334
return res.json(result);
3435
});
3536
} else

0 commit comments

Comments
 (0)