summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/functions/auth.get_active_user_by_username_pwd.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/functions/auth.get_active_user_by_username_pwd.sql b/sql/functions/auth.get_active_user_by_username_pwd.sql
index 26f926c..138234a 100644
--- a/sql/functions/auth.get_active_user_by_username_pwd.sql
+++ b/sql/functions/auth.get_active_user_by_username_pwd.sql
@@ -27,4 +27,4 @@ begin
return;
end;
-$$ language plpgsql;a
+$$ language plpgsql;