feat(chalice): fixed typo
This commit is contained in:
parent
c229eff9f2
commit
9eee81f10a
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