Skip to content

Commit

Permalink
fix leftover diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiz1001 committed Nov 29, 2024
1 parent ce9ce0f commit 24ca02d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions triton-server/src/notifications/utils.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<<<<<<< Updated upstream
import { TritonDataset } from "../types/api"
=======
import { TritonDataset } from "../../../triton-types/models/api"
>>>>>>> Stashed changes

export const mockDataset: TritonDataset = {
id: 987654,
lane: 123546,
external_project_id: "project-id-testing",
project_name: "project name",
<<<<<<< Updated upstream
run_name: "test name",
readset_count: 19,
released_status_count: 99,
blocked_status_count: 64,
latest_release_update: new Date(),
=======
run_name: "run name",
readset_count: 19,
released_status_count: 99,
Expand All @@ -26,7 +15,6 @@ export const mockDataset: TritonDataset = {
validation_status: 1,
released_by: "hello",
validated_by: "potato",
>>>>>>> Stashed changes
}

export const formatDateAndTime = (date?: Date): string => {
Expand Down

0 comments on commit 24ca02d

Please sign in to comment.