Skip to content

Commit 71c42b9

Browse files
committed
correct function ref
1 parent 9a54f4c commit 71c42b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightbeam/lightbeam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _confirm_delete_op(self, endpoints, verbiage):
154154
def confirm_delete(self, endpoints):
155155
self._confirm_delete_op(endpoints, "delete")
156156

157-
def confirm_delete(self, endpoints):
157+
def confirm_truncate(self, endpoints):
158158
self._confirm_delete_op(endpoints, "TRUNCATE ALL DATA")
159159

160160
################### Data discovery and loading methods ####################

0 commit comments

Comments
 (0)