Skip to content

Commit

Permalink
fix(fsm): joinTime
Browse files Browse the repository at this point in the history
  • Loading branch information
mitlearn authored and ted423 committed Sep 7, 2024
1 parent 6e23d2e commit 5293bf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resource/sites/fsm.name/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
"selector": [
"data.torrent"
]
},
"joinTime": {
"selector": [
"data.createdTs"
],
"filters": [
"dateTime(query).isValid()?dateTime(query).valueOf():query"
]
}
}
},
Expand Down

0 comments on commit 5293bf2

Please sign in to comment.