Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
asliayk committed Feb 2, 2025
1 parent 7ce5b55 commit 83484ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type EntityResponseType = HttpResponse<ForwardedMessage>;
export class ForwardedMessageService {
public resourceUrl = 'api/forwarded-messages';

protected http: HttpClient = inject(HttpClient);
private http: HttpClient = inject(HttpClient);

/**
* Creates a new ForwardedMessage.
Expand Down

0 comments on commit 83484ef

Please sign in to comment.