Skip to content

Commit

Permalink
fixed sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteri committed Nov 3, 2024
1 parent 5d154e2 commit f9676c8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/data/sampledata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "0723984238489-21312-4e75e6f76",
Expand Down Expand Up @@ -56,6 +57,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "091823792-2321312-a081",
Expand Down Expand Up @@ -84,7 +86,8 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
},
{
id: "07a0sdjwne-597f-4637-8b61-6134e75e6f76",
mcap_file_name: "file2.3.mcap",
Expand Down Expand Up @@ -113,6 +116,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "605deb4b-44a8-4801-9da6-a671c1d3eccd",
Expand Down Expand Up @@ -142,6 +146,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "fb48f265-a44a-4fd5-a873-26cd581950a0",
Expand Down Expand Up @@ -171,6 +176,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "ba1ae40d-d013-4fe4-ac80-8e129fbe97b9",
Expand Down Expand Up @@ -200,6 +206,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "55c2ae28-294e-45fd-9afb-a19e7499a1c2",
Expand Down Expand Up @@ -229,6 +236,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "25d4c874-6310-448b-9984-16fec5f1cb8c",
Expand Down Expand Up @@ -258,6 +266,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "07a3c667-597f-4637-8b61-6134e75e6f76",
Expand Down Expand Up @@ -287,6 +296,7 @@ export const data: MCAPFileInformation[] = [
signed_url: "bar",
file_name: "far",
}],
},
},
{
id: "01c1e581-6cf9-42f4-a6d0-0c41442fa081",
Expand Down Expand Up @@ -316,4 +326,5 @@ export const data: MCAPFileInformation[] = [
file_name: "far",
}],
},
}
];

0 comments on commit f9676c8

Please sign in to comment.