Skip to content

Commit

Permalink
fix: Force generation on upload
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Dec 30, 2022
1 parent 2ea16c2 commit b079e33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/provider/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ func NewUploadEvent(request Request, item absto.Item, shareableURL string, rende
Item: item,
URL: rendererApp.PublicURL(request.AbsoluteURL(item.Name)),
ShareableURL: rendererApp.PublicURL(shareableURL),
Metadata: map[string]string{
"force": "all",
},
}
}

Expand Down

0 comments on commit b079e33

Please sign in to comment.