We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fa47d commit 59f5c62Copy full SHA for 59f5c62
src/data/pastes-data.js
@@ -1,6 +1,7 @@
1
module.exports = [
2
{
3
id: 1,
4
+ user_id: 1,
5
name: "Hello",
6
syntax: "None",
7
expiration: 10,
@@ -9,6 +10,7 @@ module.exports = [
9
10
},
11
12
id: 2,
13
14
name: "Hello World in Python",
15
syntax: "Python",
16
expiration: 24,
@@ -17,6 +19,7 @@ module.exports = [
17
19
18
20
21
id: 3,
22
+ user_id: 2,
23
name: "String Reverse in JavaScript",
24
syntax: "Javascript",
25
@@ -25,6 +28,7 @@ module.exports = [
28
26
29
27
30
id: 4,
31
+ user_id: 3,
32
name: "Print file sizes in Perl",
33
syntax: "Perl",
34
0 commit comments