Skip to content

Commit

Permalink
Fix deprecated JSdocs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robyngit committed Sep 5, 2024
1 parent 38b77e5 commit 28ba57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/models/LookupModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["jquery", "jqueryui", "underscore", "backbone"], function (

initialize: function () {},

/** deprecated */
/** @deprecated */
bioportalSearch: function (request, response, localValues, allValues) {
// make sure we have something to lookup
if (!MetacatUI.appModel.get("bioportalAPIKey")) {
Expand Down

0 comments on commit 28ba57e

Please sign in to comment.