Skip to content

Commit

Permalink
#1670 Fix typo in tag type
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 4, 2021
1 parent fc2abc4 commit 0a45b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ object Conversion {
.withFieldConst(_._updatedBy, tag._updatedBy)
.withFieldConst(_._createdAt, tag._createdAt)
.withFieldConst(_._createdBy, tag._createdBy)
.withFieldConst(_._type, "Profile")
.withFieldConst(_._type, "Tag")
.withFieldComputed(_.namespace, t => if (t.isFreeTag) "_freetags_" else t.namespace)
.transform
)
Expand Down

0 comments on commit 0a45b8f

Please sign in to comment.