Skip to content

Commit

Permalink
Rename deno config file
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimattr committed Jan 1, 2023
1 parent 5b205a6 commit 0bffbae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/UntisClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class UntisClient {
}
}

class NotLoggedIn extends Error {
export class NotLoggedIn extends Error {
constructor() {
super("Client is not logged in");
}
Expand Down

0 comments on commit 0bffbae

Please sign in to comment.