Skip to content

Commit

Permalink
chore: code tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Feb 14, 2024
1 parent 2663ab3 commit a091ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type IApiMappingName = keyof IApiMapping;
export const ApiMapping = (api: ClimateApiService, db: SupabaseService['db']) => {
return {
rainfallSummaries: async (country_code: string, station_id: number) => {
// TODO - add model type definitions for server rainfall summary
// TODO - add model type definitions for server rainfall summary response body
const { data, error } = await api
.getObservableClient(`rainfallSummary_${country_code}_${station_id}`)
.POST('/v1/annual_rainfall_summaries/', {
Expand Down

0 comments on commit a091ad6

Please sign in to comment.