Skip to content

Commit

Permalink
Fix license tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lnash94 committed Feb 1, 2024
1 parent f95f0dc commit cde9058
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ public type ProxyConfig record {|

public type Pets Pet[];

public type Error record {
int code;
string message;
};

public type Dog record {
*Pet;
boolean bark?;
};

public type Pet record {
int id;
string name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@

public type Pets Pet[];

public type Error record {
int code;
string message;
};

public type Dog record {
*Pet;
boolean bark?;
};

public type Pet record {
int id;
string name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ public type ProxyConfig record {|

public type Pets Pet[];

public type Error record {
int code;
string message;
};

public type Dog record {
*Pet;
boolean bark?;
};

public type Pet record {
int id;
string name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ public type ProxyConfig record {|

public type Pets Pet[];

public type Error record {
int code;
string message;
};

public type Dog record {
*Pet;
boolean bark?;
};

public type Pet record {
int id;
string name;
Expand Down

0 comments on commit cde9058

Please sign in to comment.