Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Nov 8, 2023
1 parent 0362483 commit 843ba96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Body, Controller, Get, Param, Post } from "@nestjs/common";
import { CreatePrintRequestLogDto } from "./dto/create-print_request_log.dto";
import { PrintRequestLog } from "./entities/print_request_log.entity";
import { PrintRequestLogService } from "./print_request_log.service";

//
@Controller("print-request-log")
export class PrintRequestLogController {
constructor(
Expand Down
1 change: 1 addition & 0 deletions frontend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export class AppController {

// grabs Grazing Lease display data and displays the grazing lease report page
async getGrazingLeaseDisplayData(session, dtid, res) {
console.log("grazing lease");
let isAdmin = false;
if (
session.data &&
Expand Down

0 comments on commit 843ba96

Please sign in to comment.