mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Merge pull request #5352 from overleaf/jpa-no-var
[misc] fix eslint violations for `no-var` GitOrigin-RevId: c52e82f3a8a993b8662cc5aa56e7b95ca3c55832
This commit is contained in:
@@ -106,7 +106,7 @@ function linkedFileAgentsIncludes() {
|
||||
}
|
||||
|
||||
function attachHooks() {
|
||||
for (var module of _modules) {
|
||||
for (const module of _modules) {
|
||||
if (module.hooks != null) {
|
||||
for (const hook in module.hooks) {
|
||||
const method = module.hooks[hook]
|
||||
|
||||
Reference in New Issue
Block a user