Skip to content

Commit 592926d

Browse files
committed
fix: remove remnants of btoa-lite
1 parent 644a8a1 commit 592926d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/delete-token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { request as defaultRequest } from "@octokit/request";
22
import type { RequestInterface, Endpoints } from "@octokit/types";
3-
import btoa from "btoa-lite";
43

54
export type DeleteTokenOAuthAppOptions = {
65
clientType: "oauth-app";

src/scope-token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { request as defaultRequest } from "@octokit/request";
22
import type { RequestInterface, Endpoints } from "@octokit/types";
3-
import btoa from "btoa-lite";
43

54
import type {
65
GitHubAppAuthenticationWithExpirationEnabled,

0 commit comments

Comments
 (0)