Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akantorczyk committed Oct 5, 2023
1 parent 28f5cb2 commit 17ee2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/client/clientAPI/clientApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type GetLocationsRequest = {
};

const getLocations = async (data: GetLocationsRequest): Promise<DefguardLocation[]> =>
invoke<DefguardLocation[]>('all_locations', data);
invoke('all_locations', data);

type ConnectionRequest = {
locationId: number;
Expand Down

0 comments on commit 17ee2e6

Please sign in to comment.