Skip to content

Commit c0b5e92

Browse files
committed
wip
1 parent 9a2c2d8 commit c0b5e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/ScalarFunctions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ extension QueryExpression where QueryValue: _OptionalPromotable<String?> {
290290
/// Wraps this string expression with the `quote` function.
291291
///
292292
/// - Returns: An expression wrapped with the `quote` function.
293-
public func quote() -> some QueryExpression<QueryValue._Optionalized> {
293+
public func quote() -> some QueryExpression<QueryValue> {
294294
QueryFunction("quote", self)
295295
}
296296
}

0 commit comments

Comments
 (0)