File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const API_KEY = KLIPY_API_KEY;
88export default class Klipy extends GifProvider {
99 constructor ( ) {
1010 super ( ) ;
11- this . _customerId = null ;
11+ this . _customerId = undefined ;
1212 }
1313
1414 async _getCustomerId ( ) {
Original file line number Diff line number Diff line change @@ -368,7 +368,6 @@ function getFormattedGif(gif) {
368368 fullSizeUrl = xs . gif . url ;
369369 }
370370
371-
372371 const height = Math . floor ( ( sm . gif . height * MAX_GIF_WIDTH ) / sm . gif . width ) ;
373372
374373 // Generate a random pastel colour to use as an image placeholder
Original file line number Diff line number Diff line change 1919 " activeTab" ,
2020 " storage"
2121 ],
22- "optional_host_permissions" : [
22+ "optional_host_permissions" : [
2323 " http://*/*" ,
2424 " https://*/*" ,
2525 " <all_urls>"
Original file line number Diff line number Diff line change 11import path from 'node:path' ;
22import process from 'node:process' ;
33import { fileURLToPath } from 'node:url' ;
4- import 'dotenv/config' ;
54import CopyPlugin from 'copy-webpack-plugin' ;
65import webpack from 'webpack' ;
6+ import 'dotenv/config' ;
77
88const __filename = fileURLToPath ( import . meta. url ) ;
99const __dirname = path . dirname ( __filename ) ;
You can’t perform that action at this time.
0 commit comments