Skip to content

Commit

Permalink
blame the sickness
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Nov 13, 2023
1 parent 248945c commit b29a709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/nodejs/lib/types/client/bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import type {
__BuildNftOutputMethod__,
__ClearListenersMethod__,
__SignatureUnlockMethod__,
__MinimumRequiredOutputAmountMethod__,
__ComputeMinimumOutputAmountMethod__,
__RequestFundsFromFaucetMethod__,
__CallPluginRouteMethod__,
} from './client';
Expand Down Expand Up @@ -102,6 +102,6 @@ export type __ClientMethods__ =
| __BuildFoundryOutputMethod__
| __BuildNftOutputMethod__
| __ClearListenersMethod__
| __MinimumRequiredOutputAmountMethod__
| __ComputeMinimumOutputAmountMethod__
| __RequestFundsFromFaucetMethod__
| __CallPluginRouteMethod__;

0 comments on commit b29a709

Please sign in to comment.