This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kris
/
MusareFork
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
b5f529ae8b
Větve
Značky
albums-artists-wip
kris
kris-spotify
staging
MusareFork
/
backend
/
logic
/
cache
/
schemas
/
userSession.js
userSession.js
103 B
Historie
Surový
1
2
3
4
5
6
7
8
'use strict';
module.exports = (userId) => {
return {
userId: userId,
created: Date.now()
};
};