Skip to content

Commit

Permalink
remove resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnt1203 committed Oct 31, 2024
1 parent e8e6028 commit 1281add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/minds/minds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def destroy(name)
# @param datasources [Array<String, Datasource, DatabaseConfig>, nil] List of datasources used by mind (optional)
# Datasource can be passed as:
# - String: name of the datasource
# - Datasource object (Minds::Resources::Datasource)
# - DatabaseConfig object (Minds::Resources::DatabaseConfig), in this case datasource will be created
# - Datasource object (Minds::Datasource)
# - DatabaseConfig object (Minds::DatabaseConfig), in this case datasource will be created
# @param parameters [Hash, nil] Other parameters of the mind (optional)
# @param replace [Boolean] If true, remove existing mind with the same name (default: false)
# @return [Mind] The created mind object
Expand Down

0 comments on commit 1281add

Please sign in to comment.