chore(ui): lint

This commit is contained in:
psychedelicious 2024-08-22 20:48:46 +10:00
parent 8a2c78f2e1
commit c451f52ea3

View File

@ -26,7 +26,7 @@ const matcher = isAnyOf(
activeStylePresetIdChanged,
stylePresetsApi.endpoints.deleteStylePreset.matchFulfilled,
stylePresetsApi.endpoints.updateStylePreset.matchFulfilled,
stylePresetsApi.endpoints.listStylePresets.matchFulfilled,
stylePresetsApi.endpoints.listStylePresets.matchFulfilled
);
export const addDynamicPromptsListener = (startAppListening: AppStartListening) => {