We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454369 commit 37458dfCopy full SHA for 37458df
1 file changed
ff-core/lib/FF.hs
@@ -190,8 +190,7 @@ loadTagsByRefs refs =
190
createTags :: (MonadStorage m) => Set Text -> m (Set (ObjectRef Tag))
191
createTags tags =
192
Set.fromList <$> for (toList tags) \tag -> do
193
- tagFrame@ObjectFrame{uuid} <-
194
- newObjectFrame Tag{tag_text = Just tag}
+ tagFrame@ObjectFrame{uuid} <- newObjectFrame Tag{tag_text = Just tag}
195
createDocument tagFrame
196
pure $ ObjectRef uuid
197
0 commit comments