Skip to content

Commit

Permalink
Working on none
Browse files Browse the repository at this point in the history
  • Loading branch information
DePasqualeOrg committed Oct 1, 2024
1 parent ef665b2 commit 9a879d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public struct Template {

try env.set(name: "false", value: false)
try env.set(name: "true", value: true)
try env.set(name: "none", value: nil)
try env.set(name: "none", value: NullValue())
try env.set(
name: "raise_exception",
value: { (args: String) throws in
Expand Down

0 comments on commit 9a879d0

Please sign in to comment.