3 lines
46 B
JavaScript
3 lines
46 B
JavaScript
|
|
module.exports = token=>{
|
||
|
|
return {token}
|
||
|
|
}
|