mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 12:12:41 +08:00
Fix lint
This commit is contained in:
@ -20,7 +20,7 @@ describe('Server', () => {
|
|||||||
|
|
||||||
db.posts = [
|
db.posts = [
|
||||||
{ id: 1, body: 'foo' },
|
{ id: 1, body: 'foo' },
|
||||||
{ id: 2, body: 'bar' },
|
{ id: 2, body: 'bar' }
|
||||||
]
|
]
|
||||||
|
|
||||||
db.tags = [
|
db.tags = [
|
||||||
|
Reference in New Issue
Block a user