Skip to content

Commit

Permalink
fix: missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 20, 2023
1 parent 7fb9f0f commit c8b01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/capacitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Dialog } from "@capacitor/dialog";
import { Network } from "@capacitor/network";
import { Browser } from "@capacitor/browser";
import { Clipboard } from "@capacitor/clipboard";
import { AppUpdate } from "@capawesome/capacitor-app-update";
import { AppUpdate, AppUpdateAvailability } from "@capawesome/capacitor-app-update";

const error_conexion = { error: true, error_key: "error_conexion" };
const error_response = { error: true, error_key: "error" };
Expand Down

0 comments on commit c8b01bc

Please sign in to comment.