Skip to content

Commit ff2d10b

Browse files
committed
removed prevention of mutability in returned value
1 parent 9392e03 commit ff2d10b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/FluentKit/Properties/Timestamp.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ extension Schema {
241241
.value(deletedAtField, .greaterThan, timestamp.currentTimestampInput)
242242
], .or))
243243

244-
let filters = copy
245-
return filters
244+
return copy
246245
}
247246
}

0 commit comments

Comments
 (0)