Skip to content

Commit

Permalink
refactor: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-cucu committed Mar 4, 2024
1 parent 306aa0e commit 833e9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ export interface JujuRequest {

export type CallbackError = Error | null;
export type Callback<T> = (error: CallbackError, value?: T) => void;
// check that we need to put null in front if there is value

0 comments on commit 833e9df

Please sign in to comment.