This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a10ae15440b Fix FAB static asset (#46727)
a10ae15440b is described below

commit a10ae15440b812e146d57de1a5d5a02b3ec9c4c7
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Feb 13 11:08:16 2025 -0700

    Fix FAB static asset (#46727)
    
    One of the compiled assets from #45060 is failing static checks in main.
---
 .../providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/fab/src/airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js
 
b/providers/fab/src/airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js
index efc6206be9f..c4188ac9a52 100644
--- 
a/providers/fab/src/airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js
+++ 
b/providers/fab/src/airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js
@@ -1,2 +1,2 @@
 /*! For license information please see 
moment.4d28b37c229bdfc54575.js.LICENSE.txt */
-!function(M,z){"object"==typeof exports&&"object"==typeof 
module?module.exports=z():"function"==typeof 
define&&define.amd?define([],z):"object"==typeof 
exports?exports.Airflow=z():(M.Airflow=M.Airflow||{},M.Airflow.moment=z())}(self,(()=>(()=>{var
 M={743:(M,z,b)=>{(M.exports=b(639)).tz.load(b(681))},639:function(M,z,b){var 
p,O,A;!function(c,o){"use strict";M.exports?M.exports=o(b(93)):(O=[b(93)],void 
0===(A="function"==typeof(p=o)?p.apply(z,O):p)||(M.exports=A))}(0,(function(M){"use
 stri [...]
\ No newline at end of file
+!function(M,z){"object"==typeof exports&&"object"==typeof 
module?module.exports=z():"function"==typeof 
define&&define.amd?define([],z):"object"==typeof 
exports?exports.Airflow=z():(M.Airflow=M.Airflow||{},M.Airflow.moment=z())}(self,(()=>(()=>{var
 M={93:function(M,z,b){(M=b.nmd(M)).exports=function(){"use strict";var 
z,p;function O(){return z.apply(null,arguments)}function A(M){z=M}function 
c(M){return M instanceof Array||"[object 
Array]"===Object.prototype.toString.call(M)}function o(M) [...]
\ No newline at end of file

Reply via email to