changes pilot socket to reperate pilto socket, added pilot stats
This commit is contained in:
@@ -44,3 +44,11 @@ export const deleteDispoHistory = async (id: number) => {
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
export const deletePilotHistory = async (id: number) => {
|
||||
return await prisma.connectedAircraft.delete({
|
||||
where: {
|
||||
id: id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user