mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
comma
This commit is contained in:
parent
e3a923eb6f
commit
afcb4cc6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class AuthApiService {
|
|||
}
|
||||
|
||||
return baseApiService.post(`/auth/register`, registerResponse, {
|
||||
body: JSON.stringify(parsedRequest.data)
|
||||
body: JSON.stringify(parsedRequest.data),
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue