Chore: Updated to Angular 16
This commit is contained in:
@@ -14,7 +14,10 @@ const serviceName = 'DaybookService';
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class DaybookService {
|
||||
constructor(private http: HttpClient, private log: ErrorLoggerService) {}
|
||||
constructor(
|
||||
private http: HttpClient,
|
||||
private log: ErrorLoggerService,
|
||||
) {}
|
||||
|
||||
list(startDate: string | null, finishDate: string | null): Observable<Daybook> {
|
||||
const startDateWithSlash = startDate ? `/${startDate}` : '';
|
||||
|
||||
Reference in New Issue
Block a user