Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Mar 7, 2024
1 parent 581fd2d commit c12a465
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NO_AUTOCLOSE_LIST = NO_AUTOCLOSE_PROJECTS.split(',')
function getUserFromLogin(login: string): string | null {
const mail = MAIL_MAP[login]
if (mail === undefined) {
// Ignore unknown
// Ignore unknown
return null
}
return `${mail}@duckduckgo.com`
Expand Down

0 comments on commit c12a465

Please sign in to comment.