Spaces:
Paused
Paused
Upload app.ts with huggingface_hub
Browse files
app.ts
CHANGED
|
@@ -114,7 +114,7 @@ export async function createApp(
|
|
| 114 |
}
|
| 115 |
res.json({
|
| 116 |
session: {
|
| 117 |
-
id:
|
| 118 |
userId: req.actor.userId,
|
| 119 |
},
|
| 120 |
user: {
|
|
|
|
| 114 |
}
|
| 115 |
res.json({
|
| 116 |
session: {
|
| 117 |
+
id: `paperclip:${req.actor.source}:${req.actor.userId}`,
|
| 118 |
userId: req.actor.userId,
|
| 119 |
},
|
| 120 |
user: {
|