diff --git a/backend/src/app/binfile/v2.clj b/backend/src/app/binfile/v2.clj index 8ec2e1921..1a5f10342 100644 --- a/backend/src/app/binfile/v2.clj +++ b/backend/src/app/binfile/v2.clj @@ -129,6 +129,9 @@ :id (str team-id) :fonts (count fonts)) + (when-let [photo-id (:photo-id team)] + (vswap! bfc/*state* update :storage-objects conj photo-id)) + (vswap! bfc/*state* update :teams conj team-id) (vswap! bfc/*state* bfc/collect-storage-objects fonts)