Skip to content

Commit

Permalink
Update pastes-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsanchez authored Oct 12, 2021
1 parent f7fa47d commit 59f5c62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/pastes-data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = [
{
id: 1,
user_id: 1,
name: "Hello",
syntax: "None",
expiration: 10,
Expand All @@ -9,6 +10,7 @@ module.exports = [
},
{
id: 2,
user_id: 1,
name: "Hello World in Python",
syntax: "Python",
expiration: 24,
Expand All @@ -17,6 +19,7 @@ module.exports = [
},
{
id: 3,
user_id: 2,
name: "String Reverse in JavaScript",
syntax: "Javascript",
expiration: 24,
Expand All @@ -25,6 +28,7 @@ module.exports = [
},
{
id: 4,
user_id: 3,
name: "Print file sizes in Perl",
syntax: "Perl",
expiration: 24,
Expand Down

0 comments on commit 59f5c62

Please sign in to comment.