Skip to content

Commit

Permalink
Update src/enums/data-location.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Maynard <[email protected]>
  • Loading branch information
wheelsandcogs and j-maynard authored Sep 11, 2024
1 parent 75dfc50 commit 373b3a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/data-location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
export enum DataLocation {
BLOB_STORAGE = 'BlobStorage',
DATA_LAKE = 'Datalake'
UNKNOWN = 'Unknown'
}

0 comments on commit 373b3a1

Please sign in to comment.