Skip to content

Commit

Permalink
Make newTeamId not required field
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirmas committed May 21, 2021
1 parent 447e5ea commit dae14fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/team/switch/TeamHistorySwitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class TeamHistorySwitch extends History {
* The ID of the team the user switched to
* @public
*/
public readonly newTeamId: string
public readonly newTeamId: string | undefined

/**
* The ID of the team the user switched from
Expand Down

0 comments on commit dae14fd

Please sign in to comment.