mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Fixing typo in utils file
This commit is contained in:
parent
5afb4da658
commit
b4e72f3414
@ -1,7 +1,7 @@
|
||||
function parse(value){
|
||||
if (typeof value === "number") return value;
|
||||
else if (value.toString().includes("/")) return encodeURIComponent(value);
|
||||
else return parseInt(issueId);
|
||||
else return parseInt(value);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user