Chore: Renamed module to keep filenames consistent

This commit is contained in:
Thom Werring 2024-03-23 20:49:52 +01:00
parent 7aa13eeb51
commit c73bac3b40
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"license": "UNLICENSED", "license": "UNLICENSED",
"scripts": { "scripts": {
"build": "nest build", "build": "nest build",
"format": "prettier --write \\\"src/**/*.ts\\\" \\\"e2e-tests/**/*.ts\\\"", "format": "prettier --write \"src/**/*.ts\" \"e2e-tests/**/*.ts\"",
"start": "nest start", "start": "nest start",
"start:dev": "nest start --watch", "start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",

View File

@ -1,7 +1,7 @@
import { NestFactory } from '@nestjs/core'; import { NestFactory } from '@nestjs/core';
import { AppModule } from '@/app.module'; import { AppModule } from '@/app.module';
import { openApi } from '@/utils/openApi'; import { openApi } from '@/utils/openApi';
import { setDate } from '@/utils/fake-date'; import { setDate } from '@/utils/fakeDate';
setDate('2023-02-14 14:00:00 UTC'); setDate('2023-02-14 14:00:00 UTC');