Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
psarin committed Dec 15, 2023
1 parent 9e9287a commit 5516866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Application.cfc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
component {

this.name="cfml_notion_sdk";

this.clientmanagement="true";
this.sessionmanagement="true";
this.setclientcookies="true";
Expand Down Expand Up @@ -43,7 +43,7 @@ component {
if (!isNull(settings)){
for (var key in settings){
Application.notion[key] = settings[key];
}
}
}
}catch (any e){
if (!findnocase('does not exist', e.Message)){
Expand All @@ -60,6 +60,6 @@ component {
if (!findnocase('does not exist', e.Message)){
writeOutput("<div style='background-color:red; color: white; width:90%; padding:10px; top:0px; left:0px;'>databases.json file exists but contains errors. Default settings to be used. <BR/><BR/>#e.Message#<BR/></div>");
}
}
}
}
}

0 comments on commit 5516866

Please sign in to comment.