Skip to content

Commit

Permalink
Job function can be null (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 13, 2023
1 parent aa8c624 commit 64397d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/AccountResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AccountResponse

public ?string $job_title;

public string $job_function;
public ?string $job_function;

public string $company;

Expand Down

0 comments on commit 64397d3

Please sign in to comment.