Skip to content

Commit cbf4489

Browse files
committed
remove incorrect todo msg
1 parent 65282f6 commit cbf4489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/superset/dataset/duplicate.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def source_dataset
4040
end
4141

4242
# The API demands that the new_dataset_name be uniq within the schema it points to.
43-
# TODO: ... needs to scope this call by database as well
4443
def new_dataset_name_already_in_use?
4544
Dataset::List.new(title_equals: new_dataset_name, schema_equals: source_dataset.schema).result.any?
4645
end

0 commit comments

Comments
 (0)