Skip to content

Commit 0cf7e23

Browse files
committed
Remove unused code
1 parent c98305e commit 0cf7e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • generator/templates/Authorisation/src/api/endpoints/authorisation

generator/templates/Authorisation/src/api/endpoints/authorisation/register.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {post} from '../../implementation/app';
22

3-
function register(email, name, code) {
3+
function register(email, name) {
44
return post('registration', {
5-
email, name, code,
5+
email, name,
66
});
77
}
88

0 commit comments

Comments
 (0)