Skip to content

Commit

Permalink
OK-436 debug-lokituksia veks
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Sep 19, 2024
1 parent bfc095e commit e92178a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions viestinvalitys-raportointi/src/app/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@ export async function searchOrganisaatio(searchStr: string): Promise<Organisaati
}

export async function fetchLahettavatPalvelut(): Promise<string[]> {
console.info('haetaan lähettävät palvelut');
const url = `${apiUrl}/palvelut`;
const res = await makeRequest(url, {
cache: 'no-store',
});
console.info(res.data)
return res.data;
}

0 comments on commit e92178a

Please sign in to comment.