DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

395ef2778a69cb02e0fbbb2cf19ff93237c17cf5 — skye 1 year, 5 months ago 78241f7
fix(api): action takes seed from input
1 files changed, 1 insertions(+), 0 deletions(-)

M api/handlers/createaction.go
M api/handlers/createaction.go => api/handlers/createaction.go +1 -0
@@ 32,6 32,7 @@ func CreateAction(c *gin.Context) {
	action.Invoker = input.Invoker
	action.Target = input.Target
	action.Command = datatypes.JSON(input.Command)
	action.Seed = input.Seed

	entry := db.DbConn.Create(&action)
	if entry.Error != nil {