Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Mar 18, 2024
1 parent 7083224 commit 37333e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/pages/api/08_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import { Octokit } from "@octokit/rest";
import myPlugin from "./lib/my-plugin.js";
import octokitPluginExample from "octokit-plugin-example";

const MyOctokit = Octokit.plugin(
myPlugin,
octokitPluginExample,
);
const MyOctokit = Octokit.plugin(myPlugin, octokitPluginExample);

// lib/my-plugin.js
const plugin = (octokit, options = { greeting: "Hello" }) => {
Expand Down

0 comments on commit 37333e5

Please sign in to comment.