api no longer fails when no pilots or logbook entries
This commit is contained in:
@@ -6,7 +6,7 @@ export class AppService {
|
|||||||
constructor(private readonly msGraphService: MsGraphService) {}
|
constructor(private readonly msGraphService: MsGraphService) {}
|
||||||
|
|
||||||
getHello(): string {
|
getHello(): string {
|
||||||
return process.env.toString();
|
return JSON.stringify(process.env);
|
||||||
}
|
}
|
||||||
|
|
||||||
async getPersonSearchResults(
|
async getPersonSearchResults(
|
||||||
|
|||||||
Reference in New Issue
Block a user