mirror of
https://github.com/godotengine/godot-prs-by-file.git
synced 2025-12-31 21:48:29 +03:00
Run codespell and re-trigger CI
This commit is contained in:
@@ -154,7 +154,7 @@ export default class EntryComponent extends LitElement {
|
|||||||
this._files[branch] = branchFiles;
|
this._files[branch] = branchFiles;
|
||||||
});
|
});
|
||||||
|
|
||||||
// If our prefered branch doesn't exist, pick master.
|
// If our preferred branch doesn't exist, pick master.
|
||||||
if (typeof this._files[this._selectedBranch] === "undefined") {
|
if (typeof this._files[this._selectedBranch] === "undefined") {
|
||||||
this._selectedBranch = "master";
|
this._selectedBranch = "master";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user