Skip to content

Commit

Permalink
fix: qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Jun 3, 2024
1 parent f92b5d1 commit 860451a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7692,7 +7692,7 @@ data:
LIMIT 1;

IF NOT FOUND THEN
RAISE EXCEPTION 'No asset found with the given parameters';
RAISE EXCEPTION ''No asset found with the given parameters'';
END IF;

RETURN result_id;
Expand Down Expand Up @@ -7723,7 +7723,7 @@ data:
LIMIT 1;

IF NOT FOUND THEN
RAISE EXCEPTION 'No asset found with the given parameters';
RAISE EXCEPTION ''No asset found with the given parameters'';
END IF;

RETURN result_id;
Expand Down

0 comments on commit 860451a

Please sign in to comment.