Fix some small bugs
This commit is contained in:
@ -36,7 +36,7 @@ export function apply_string(data: any) {
|
||||
return String(data);
|
||||
}
|
||||
|
||||
export function apply_boolean(data: any) {
|
||||
export function apply_bool(data: any) {
|
||||
return Boolean(data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user