[PR #183] [MERGED] use else-if instead of if for evaluating action #1045

Closed
opened 2025-11-09 10:04:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/183
Author: @dumbmoron
Created: 8/20/2023
Status: Merged
Merged: 8/20/2023
Merged by: @wukko

Base: currentHead: decider-elif


📝 Commits (2)

  • a59ecd1 use else-if instead of if for evaluating action
  • 9d590a6 fix the order

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 src/modules/processing/matchActionDecider.js (+5 -5)

📄 Description

sets a fixed order of how the appropriate action is chosen


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/183 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 8/20/2023 **Status:** ✅ Merged **Merged:** 8/20/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `decider-elif` --- ### 📝 Commits (2) - [`a59ecd1`](https://github.com/imputnet/cobalt/commit/a59ecd14e7343c8b9e221a2a4397a86e4956147b) use else-if instead of if for evaluating action - [`9d590a6`](https://github.com/imputnet/cobalt/commit/9d590a64dc3fdaec836529a0312fe065809b70d4) fix the order ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/matchActionDecider.js` (+5 -5) </details> ### 📄 Description sets a fixed order of how the appropriate `action` is chosen --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:04:42 -06:00
Sign in to join this conversation.