Skip to content

Commit ce40491

Browse files
murkatsufiev
authored andcommitted
chore: cosmetic syntax fix
1 parent f726505 commit ce40491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic-example-v1/data-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ export function getEpisodesData() {
208208
Episode.create(2, 5, 5, "Facial Recognition", new Date("2018-04-22")),
209209
Episode.create(2, 5, 6, "Artificial Emotional Intelligence", new Date("2018-04-29")),
210210
Episode.create(2, 5, 7, "Initial Coin Offering", new Date("2018-05-06")),
211-
Episode.create (2, 5, 8, "Fifty-One Percent", new Date("2018-05-13")),
211+
Episode.create(2, 5, 8, "Fifty-One Percent", new Date("2018-05-13")),
212212
]);
213213
}

0 commit comments

Comments
 (0)