Skip to content
Snippets Groups Projects
Commit f04b77ba authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-44: fixed typo

parent 270e5cb1
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ BEGIN
SELECT * from clock_timestamp() into proc_end;
RAISE NOTICE 'get_resource_claimable_capacity_between_b took %', proc_end - proc_start;
IF current_claimed_usage IS NULL THEN
IF current_claimed_usage IS NOT NULL THEN
RETURN available_capacity + current_claimed_usage - max_resource_usage_value;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment