mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
fix: handle unsupported auth mode by returning 'noauth' type
This commit is contained in:
@@ -291,8 +291,9 @@ export const exportCollection = (collection) => {
|
||||
};
|
||||
}
|
||||
default: {
|
||||
console.error('Unsupported auth mode:', itemAuth.mode);
|
||||
return null;
|
||||
return {
|
||||
type: 'noauth'
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user