Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
change hint to laspha
Browse files Browse the repository at this point in the history
  • Loading branch information
gb96 committed Sep 28, 2022
1 parent b9d3630 commit 028fd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


def _query_restrictions(query):
if query.find("/*-Ben The King-*/") > 0:
if query.find("/*laspha*/") > 0:
return True, None
query_without_comments = ''
for line in query.split('\n'):
Expand Down

0 comments on commit 028fd07

Please sign in to comment.