Skip to content

Commit

Permalink
Move datafile to the correct name and case
Browse files Browse the repository at this point in the history
  • Loading branch information
j-maynard committed May 30, 2024
1 parent 837a418 commit c096dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/models/processedcsv.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Dataset } from '../entity/dataset';
import { DatasetDTO } from '../dtos/dataset-dto';

import { Error } from './error';

Expand All @@ -10,7 +10,7 @@ export interface PageInfo {

export interface ProcessedCSV {
success: boolean;
dataset: Dataset | undefined;
dataset: DatasetDTO | undefined;
current_page: number | undefined;
page_info: PageInfo | undefined;
pages: Array<string | number> | undefined;
Expand Down

0 comments on commit c096dc6

Please sign in to comment.