Skip to content

Commit

Permalink
Merge pull request #11 from Mrazbb/main
Browse files Browse the repository at this point in the history
fix bug (F.TImage -> F.TImages)
  • Loading branch information
petersirka committed Aug 14, 2024
2 parents dbf0ea9 + 788bb83 commit a9dae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ global.MAIL = F.mail;
global.Mail = F.TMail.Mailer;
global.RESTBuilder = F.TBuilders.RESTBuilder;
global.ErrorBuilder = F.TBuilders.ErrorBuilder;
global.Image = F.TImage;
global.Image = F.TImages;
global.DOWNLOAD = F.download;
global.OPENCLIENT = (url, id) => require('./openclient').create(url, id);
global.NEWMACRO = (str, nocompile, isasync) => require('./macros').compile(str, nocompile, isasync);
Expand Down

0 comments on commit a9dae8e

Please sign in to comment.