Skip to content

Commit e8798a2

Browse files
authored
Update links.js
1 parent a5922a1 commit e8798a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

links.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ function decodeLink(url) {
111111

112112
}
113113

114-
if (link.get('gitToken')) {
114+
if (link.get('gitCode')) {
115115

116-
linkData.gitToken = link.get('gitToken');
116+
linkData.gitCode = link.get('gitCode');
117117

118118
}
119119

0 commit comments

Comments
 (0)