mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-30 18:46:00 +00:00
chore: apply prettier on the entire project
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ApiError } from '../../services/weatherService';
|
||||
import { JwtAuthGuard } from '../auth/jwt-auth.guard';
|
||||
import { WeatherService } from './weather.service';
|
||||
import { Controller, Get, HttpException, Query, UseGuards } from '@nestjs/common';
|
||||
import type { WeatherResult } from '@trek/shared';
|
||||
import { WeatherService } from './weather.service';
|
||||
import { JwtAuthGuard } from '../auth/jwt-auth.guard';
|
||||
import { ApiError } from '../../services/weatherService';
|
||||
|
||||
/**
|
||||
* /api/weather — first migrated leaf module (the pilot).
|
||||
|
||||
Reference in New Issue
Block a user