mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Add "12 hours" option for poll duration
This commit is contained in:
parent
4c05692ef5
commit
b72f683a97
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const expiryOptions = {
|
|||
'30 minutes': 30 * 60,
|
||||
'1 hour': 60 * 60,
|
||||
'6 hours': 6 * 60 * 60,
|
||||
'12 hours': 12 * 60 * 60,
|
||||
'1 day': 24 * 60 * 60,
|
||||
'3 days': 3 * 24 * 60 * 60,
|
||||
'7 days': 7 * 24 * 60 * 60,
|
||||
|
|
Loading…
Add table
Reference in a new issue