Skip to content

Commit

Permalink
this should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Nov 17, 2023
1 parent 2535109 commit 7493dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = class Module {

/**
* @param { string } key
* @param {{ [k: string]: import("@fluent/bundle").FluentVariable }} opts
* @param {{ [k: string]: import("@fluent/bundle").FluentVariable }} [opts]
*/
t(key, opts) {
let msg = this.moduleConfig.ftl_bundle.getMessage(key);
Expand Down

0 comments on commit 7493dc7

Please sign in to comment.