Skip to content

Commit 2feddcd

Browse files
committed
remove Rb3Board type since now is not used
1 parent fbec01d commit 2feddcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/download-manager.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class DownloadManager {
3333
}
3434
}
3535

36-
async fetchManifest({ version = 'stable', isRb3Board = false }) {
37-
const type = isRb3Board ? 'rb3g2' : 'tachyon';
36+
async fetchManifest({ version = 'stable', type = 'tachyon' }) {
3837
const metadataUrl = `${settings.tachyonMeta}/${type}-${encodeURIComponent(version)}.json`;
3938

4039
try {

0 commit comments

Comments
 (0)