Skip to content

Commit

Permalink
change + to .
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 23, 2024
1 parent cd65fdf commit 718956b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const EmbeddedObject = {
aStringArray: ["Hello", "🌍", "World!"],
anEnumArray: ["option1", "option2", "option3"],
anIntArray: [1, 2, 3],
aDate: "2024-07-23T16:03:34+0000Z",
aDate: "2024-07-23T16:03:34.0000Z",
};

const KitchenSink = {
Expand All @@ -19,7 +19,7 @@ const KitchenSink = {
anEnum: "option1",
anEmbeddedObject: EmbeddedObject,
anEmbeddedObjectArray: [EmbeddedObject, EmbeddedObject],
aDate: "2024-07-23T16:03:34+0000Z",
aDate: "2024-07-23T16:03:34.0000Z",
};

export function test() {
Expand Down

0 comments on commit 718956b

Please sign in to comment.