Skip to content

Commit

Permalink
Use = for assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Jan 23, 2024
1 parent b77601a commit bcfaaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class ActionCreator extends BaseActionCreator {
static readonly RESET_ADOBE_ID = "RESET_ADOBE_ID";

static readonly DIAGNOSTICS = "DIAGNOSTICS";
static readonly QUICKSIGHT_EMBEDDED_URL: "QUICKSIGHT_EMBEDDED_URL";
static readonly QUICKSIGHT_EMBEDDED_URL = "QUICKSIGHT_EMBEDDED_URL";

csrfToken: string;

Expand Down

0 comments on commit bcfaaea

Please sign in to comment.