Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4218 from HassenRiahi/FixView
Browse files Browse the repository at this point in the history
Minor fix + remove old couchapp
  • Loading branch information
HassenRiahi committed May 22, 2014
2 parents a923c30 + 2d44fc5 commit 5509bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/couchapp/AsyncTransfer/views/UserByStartTime/map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function(doc) {
if (doc.state != 'failed' && doc.state != 'done' && doc.lfn) {
emit([doc.user, doc.group, doc.role, doc.start_time], 1);
emit([doc.user, doc.group, doc.role, doc.start_time.split('.')[0]], 1);
}
}
1 change: 0 additions & 1 deletion src/couchapp/Jobs/_id

This file was deleted.

0 comments on commit 5509bcf

Please sign in to comment.