linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.78k stars 194 forks source link

fix: `logger.warning` -> `logger.warn` #2691

Closed invakid404 closed 1 year ago

invakid404 commented 1 year ago

Description

This PR fixes a typo in the search service that references a non-existent logger method.

Related Issue

Fixes #2690.

Motivation and Context

It allows twake-node to be deployed without a search service.

How Has This Been Tested?

I've successfully deployed twake-node locally without configuring a search service.

Screenshots (if appropriate):

N/A

Types of changes

Checklist:

RomaricMourgues commented 1 year ago

Hi, thank you very much for this fix, could you rebase the PR to the develop branch ? Romaric

invakid404 commented 1 year ago

Hi, thank you very much for this fix, could you rebase the PR to the develop branch ? Romaric

Sure thing, it's done :^)