3 lines
57 B
TypeScript
3 lines
57 B
TypeScript
|
export const getUserId = () => {
|
||
|
return '2016900057';
|
||
|
}
|