From 2cf32c1c75445483b1be09cd981cd87f306be72d Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 18 Mar 2026 13:57:21 +0000 Subject: [PATCH] style(jsdoc): fix typing --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index f5a73924..26ec0460 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -4297,7 +4297,7 @@ window.PrivateBin = (function () { * * @name TopNav.showEmailbutton * @function - * @param {int|undefined} optionalRemainingTimeInSeconds + * @param {number|undefined} optionalRemainingTimeInSeconds */ me.showEmailButton = function (optionalRemainingTimeInSeconds) { try {