Merge pull request #904 from openreplay/api-v1.9.0-patch
feat(chalice): fixed typo
This commit is contained in:
commit
8ef02e0f91
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from chalicelib.utils import ch_client
|
|||
from chalicelib.utils import helper
|
||||
from chalicelib.utils.event_filter_definition import Event
|
||||
|
||||
TABLE = "final.autocomplete"
|
||||
TABLE = "experimental.autocomplete"
|
||||
|
||||
|
||||
def __get_autocomplete_table(value, project_id):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue