From c97251aff82c118907288fafdbae49ab7ff4c350 Mon Sep 17 00:00:00 2001 From: JoshuaSBrown Date: Thu, 9 Jan 2025 16:48:45 -0500 Subject: [PATCH] Fix order of parameters --- core/database/foxx/api/support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/database/foxx/api/support.js b/core/database/foxx/api/support.js index a8419fdcf..347bd9508 100644 --- a/core/database/foxx/api/support.js +++ b/core/database/foxx/api/support.js @@ -3191,9 +3191,9 @@ module.exports = (function () { /** * Parses other_token_data string field and breaks it into pieces * - * @param token_type {integer} - Type to determine parse logic. + * @param {integer} token_type - Type to determine parse logic. * - * @param other_token_data {string} + * @param {string} other_token_data * * String of additional token data, delimited by the '|' character. * The format is determined by the token type.