mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added utf-8 char which fails the archive option
This commit is contained in:
parent
5dd33ea313
commit
192b0af15a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ describe "Archiving all docs", ->
|
||||||
rev: 4
|
rev: 4
|
||||||
}, {
|
}, {
|
||||||
_id: ObjectId()
|
_id: ObjectId()
|
||||||
lines: ["111", "222", "333"]
|
lines: ["111", "222", "Antônio Sérgio"]
|
||||||
rev: 6
|
rev: 6
|
||||||
}]
|
}]
|
||||||
jobs = for doc in @docs
|
jobs = for doc in @docs
|
||||||
|
|
Loading…
Reference in a new issue