Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Apr 4, 2024
1 parent 18d47ec commit ff19baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class UpdateRelativeObject {
setRelativeObjects(result.data);
resolve(result.data);
})
.catch((err) => {
.catch((err: Error) => {
console.error(err);
rejects(err);
});
Expand Down

0 comments on commit ff19baa

Please sign in to comment.