Fix types

This commit is contained in:
Gregory Schier
2025-01-27 06:06:02 -08:00
parent 22db739413
commit 1d37a15cfe
5 changed files with 6 additions and 19 deletions

View File

@@ -428,7 +428,6 @@ var plugin = {
actions: [
{
label: "Copy Current Token",
name: "copyCurrentToken",
icon: "copy",
async onSelect(ctx, { contextId }) {
const token = await getToken(ctx, contextId);
@@ -442,7 +441,6 @@ var plugin = {
},
{
label: "Delete Token",
name: "clearToken",
icon: "trash",
async onSelect(ctx, { contextId }) {
if (await deleteToken(ctx, contextId)) {