parent
e1da4e74cb
commit
1b00a31de8
@ -1,6 +1,7 @@
|
|||||||
class Team{
|
class Team{
|
||||||
constructor(id, name){
|
constructor(id, name, description){
|
||||||
this.id=id;
|
this.id=id;
|
||||||
this.name=name;
|
this.name=name;
|
||||||
|
this.description=description;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue