Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
Showing only changes of commit 4081b7258a - Show all commits

View File

@@ -15,6 +15,7 @@ export class PilotInfoService {
try {
const client: TableClient =
await this.tableService.getTableClient('Pilots');
console.log(client);
const entities = await client.listEntities({
queryOptions: {
filter: odata`PartitionKey eq 'pilot' and RowKey eq '${pilotId}'`