mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
address eslint errors
This commit is contained in:
parent
42b89a9300
commit
e35894e4f8
1 changed files with 6 additions and 6 deletions
|
|
@ -88,13 +88,13 @@ describe('PasteStatus', function () {
|
|||
url: {
|
||||
keyword: longUrl.address.join(''),
|
||||
url: longUrlString,
|
||||
title: "example title",
|
||||
date: "2014-10-24 16:01:39",
|
||||
ip: "127.0.0.1"
|
||||
title: 'example title',
|
||||
date: '2014-10-24 16:01:39',
|
||||
ip: '127.0.0.1'
|
||||
},
|
||||
status: "success",
|
||||
message: longUrlString + " added to database",
|
||||
title: "example title",
|
||||
status: 'success',
|
||||
message: longUrlString + ' added to database',
|
||||
title: 'example title',
|
||||
shorturl: shortUrlString,
|
||||
statusCode: 200
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue