Skip to content

Commit

Permalink
bloop
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwpark committed Sep 10, 2024
1 parent ef99232 commit 52c32b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edb/edgeql/compiler/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ def compile_FunctionCall(
sn.QualName('default', 'one'),
sn.QualName('default', 'id'),
sn.QualName('default', 'inc'),
sn.QualName('default', 'bloop'),
sn.QualName('default', 'bleep'),
]
):
inline_func = s_func.compile_function(
Expand Down

0 comments on commit 52c32b1

Please sign in to comment.