Skip to content

Commit a898f5e

Browse files
author
jaxoncreed
committed
Remove confusing 2 from message
1 parent 7ca978d commit a898f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/requests/sharing-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class SharingRequest extends AuthRequest {
146146
// Ensure the user arrived here by logging in
147147
if (!this.session.subject || !this.session.subject._id) {
148148
this.response.status(401)
149-
this.response.send('User not logged in 2')
149+
this.response.send('User not logged in')
150150
return false
151151
}
152152
return true

0 commit comments

Comments
 (0)