Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

localinfra: fix line number oneoff in pdsls patch

Signed-off-by: dawn <dawn@tangled.org>

dawn (Jul 2, 2026, 8:21 PM +0300) 805c97aa d51aed46

+1 -1
+1 -1
localinfra/pdsls.patch
··· 35 35 index 6ac8570..bca6de4 100644 36 36 --- a/src/auth/session-manager.ts 37 37 +++ b/src/auth/session-manager.ts 38 - @@ -42,8 +42,80 @@ export const loadHandleForSession = async (did: Did, storedSessions: Sessions) = 38 + @@ -42,8 +42,79 @@ export const loadHandleForSession = async (did: Did, storedSessions: Sessions) = 39 39 } 40 40 }; 41 41