limiting pilot data for unauthenticated users (#68)
* limiting pilot data for unauthenticated users * limiting pilot data for unauthenticated users
This commit was merged in pull request #68.
This commit is contained in:
@@ -16,7 +16,9 @@ export class PilotInterceptor implements NestInterceptor {
|
||||
partitionKey: pilot.partitionKey,
|
||||
rowKey: pilot.rowKey,
|
||||
id: pilot.id,
|
||||
name: pilot.name
|
||||
name: pilot.name,
|
||||
certificates: pilot.certificates,
|
||||
endorsements: pilot.endorsements
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user