Skip to content

Commit

Permalink
jsdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhvjain committed Dec 20, 2024
1 parent f6efbfa commit eac0fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ export class BeanBagDB {
* @param {object} node2
* @param {string} edge_name
* @param {*} edge_label
* @returns
* @returns {Object}
*/
async create_edge(node1,node2,edge_name,edge_label=""){
this._check_ready_to_use();
Expand Down

0 comments on commit eac0fd3

Please sign in to comment.