Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
akfreas committed Nov 22, 2023
1 parent 761a2c1 commit 8fee6f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tangential/src/functions/writeReport.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { SQSHandler } from "aws-lambda";
import { ProjectReport, doLog, extractFromJiraAuth, fetchLatestProjectReportsWithEpics, fetchReportByBuildId, fetchReportByProjectKey, fetchTemplate, jsonLog } from "@akfreas/tangential-core";
import { ReportTemplate } from "@akfreas/tangential-core/dist/types/template";
import { json } from "stream/consumers";


import { ProjectReport, doLog, extractFromJiraAuth, fetchReportByBuildId, jsonLog } from "@akfreas/tangential-core";

async function writeReport(projectReport: ProjectReport) {
// Extract basic project details
const projectName = projectReport.name;
const projectName = projectReport.title;
const reportDate = projectReport.reportGenerationDate;

// Determine the overall project status
Expand Down

0 comments on commit 8fee6f7

Please sign in to comment.