This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kris
/
MusareFork
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b5f529ae8b
Ramos
Etiquetas
albums-artists-wip
kris
kris-spotify
staging
MusareFork
/
backend
/
logic
/
cache
/
schemas
/
userSession.js
userSession.js
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
'use strict';
module.exports = (userId) => {
return {
userId: userId,
created: Date.now()
};
};