Skip to content

Commit 31d1e40

Browse files
Fix build
1 parent e5f3c7c commit 31d1e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/reporter/error/RollbarErrorReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public boolean canReport(@NotNull Throwable throwable) {
207207
if (!plugin.getUpdateWatcher().getUpdater().isLatest()) { // We only receive latest reports.
208208
return false;
209209
}
210-
if (!plugin.getBuildInfo().buildUrl.getBuildUrl().startsWith("https://ci.codemc.io/job/PotatoCraft-Studio/")) { // Ignored custom build or 3rd fork
210+
if (!plugin.getBuildInfo().getBuildUrl().startsWith("https://ci.codemc.io/job/PotatoCraft-Studio/")) { // Ignored custom build or 3rd fork
211211
return false;
212212
}
213213

0 commit comments

Comments
 (0)