Skip to content

Commit 59f5c62

Browse files
Update pastes-data.js
1 parent f7fa47d commit 59f5c62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/data/pastes-data.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = [
22
{
33
id: 1,
4+
user_id: 1,
45
name: "Hello",
56
syntax: "None",
67
expiration: 10,
@@ -9,6 +10,7 @@ module.exports = [
910
},
1011
{
1112
id: 2,
13+
user_id: 1,
1214
name: "Hello World in Python",
1315
syntax: "Python",
1416
expiration: 24,
@@ -17,6 +19,7 @@ module.exports = [
1719
},
1820
{
1921
id: 3,
22+
user_id: 2,
2023
name: "String Reverse in JavaScript",
2124
syntax: "Javascript",
2225
expiration: 24,
@@ -25,6 +28,7 @@ module.exports = [
2528
},
2629
{
2730
id: 4,
31+
user_id: 3,
2832
name: "Print file sizes in Perl",
2933
syntax: "Perl",
3034
expiration: 24,

0 commit comments

Comments
 (0)