mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Added created / updated timestamp to exported JSON
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package utils
|
||||
|
||||
// Btoi transforms a boolean to an int. 1 for true, false otherwise
|
||||
func Btoi(b bool) int {
|
||||
if b {
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user