Skip to content

Commit

Permalink
Revert "purposefully break lint to see if the action fails"
Browse files Browse the repository at this point in the history
This reverts commit a4fdbab.
  • Loading branch information
Luke Brody committed Aug 11, 2024
1 parent a4fdbab commit e986868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/load_json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function loadJSON(filePath: string) {
}

// Load text with Ajax synchronously: takes path to file and optional MIME type
function loadTextFileAjaxSync(filePath: string, mimeType: any) {
function loadTextFileAjaxSync(filePath: string, mimeType: string) {
const xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", filePath, false);
if (mimeType != null) {
Expand Down

0 comments on commit e986868

Please sign in to comment.