mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
chore: fix linting issue
This commit is contained in:
parent
ba4c3f3a35
commit
32552d42be
|
@ -90,7 +90,7 @@ async function pullWorkfolder() {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (hasVariablesOrCredentials) {
|
if (hasVariablesOrCredentials) {
|
||||||
nextTick(() => {
|
void nextTick(() => {
|
||||||
toast.showMessage({
|
toast.showMessage({
|
||||||
message: i18n.baseText('settings.sourceControl.pull.oneLastStep.description'),
|
message: i18n.baseText('settings.sourceControl.pull.oneLastStep.description'),
|
||||||
title: i18n.baseText('settings.sourceControl.pull.oneLastStep.title'),
|
title: i18n.baseText('settings.sourceControl.pull.oneLastStep.title'),
|
||||||
|
|
Loading…
Reference in a new issue