Merge pull request #7971 from penpot/niwinz-staging-bugfix-6

🐛 Fix tokens-lib encoding when value is nilable
This commit is contained in:
Alejandro Alonso
2025-12-12 13:46:06 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -307,7 +307,8 @@
:content-type (:mtype input)})]
(:id sobject))
(catch Throwable cause
(l/err :hint "unable to import profile picture"
(l/wrn :hint "unable to import profile picture"
:uri uri
:cause cause)
nil)))