Skip to content

Commit 911fc21

Browse files
committed
v1.4.1
1 parent 1092a9b commit 911fc21

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/util/Util.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@ export class Util {
246246
profile: await this.getDataCollectionProfile(),
247247
collect
248248
}
249-
}).catch(err => {
250-
console.log("error linked to data:", collect);
251-
this.#client.emit("error", err as Error);
252-
});
249+
}).catch(err => this.#client.emit("error", err as Error));
253250
}
254251
updateChannel<T extends AnyChannel>(data: RawChannel): T {
255252
if (data.serverId) {

pkgconfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as pkg from "./package.json";
22
import { GatewayVersion, GatewayURL } from "guildedapi-types.ts/v1";
33
export const config = {
44
name: "TouchGuild",
5-
branch: "Development build",
5+
branch: "Stable build",
66
version: pkg.version,
77
NodeJSVersion: process.version,
88
GuildedAPI: {

0 commit comments

Comments
 (0)