Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Dec 17, 2024
1 parent 4b49e71 commit 1fd9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/send-update/send-update.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SendUpdateService } from "./send-update.service";
import { ProjectService } from "../project/project.service";
import { ListservAuthService } from "../listserv/listserv-auth.service";
import { UseGuards } from "@nestjs/common";
import { ListservAuthGuard } from "src/listserv/listserv-auth.guard";
import { ListservAuthGuard } from "../listserv/listserv-auth.guard";
import { Request } from "express";

@Controller()
Expand Down

0 comments on commit 1fd9c01

Please sign in to comment.